Skip to content

Commit

Permalink
Generate mock for host.HostManagerInterface interface
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Kulazhenkov <[email protected]>
  • Loading branch information
ykulazhenkov committed Jan 17, 2024
1 parent 494c4b9 commit c81f072
Show file tree
Hide file tree
Showing 2 changed files with 899 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/host/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (
)

// Contains all the host manipulation functions
//
//go:generate ../../bin/mockgen -destination mock/mock_host.go -source manager.go
type HostManagerInterface interface {
types.KernelInterface
types.NetworkInterface
Expand Down
Loading

0 comments on commit c81f072

Please sign in to comment.