Skip to content

Commit

Permalink
remove moq comments
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 16, 2023
1 parent f8bc58b commit 92c0003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/flagdinjector/flagdinjector.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const (
rootFileSyncMountPath = "/etc/flagd"
)

//go:generate moq -pkg fake -skip-ensure -out ./fake/flagdinjector_mock.go . IFlagdContainerInjector:MockFlagdContainerInjector
type IFlagdContainerInjector interface {
InjectFlagd(
ctx context.Context,
Expand Down

0 comments on commit 92c0003

Please sign in to comment.