Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockStore
- func (m *MockStore) DeleteNetwork(arg0 string) error
- func (m *MockStore) EXPECT() *MockStoreMockRecorder
- func (m *MockStore) GetNetwork(arg0 string) (*network.Network, error)
- func (m *MockStore) GetNetworkPath(arg0 string) string
- func (m *MockStore) ListNetworks() ([]string, error)
- func (m *MockStore) NetworkExists(arg0 string) (bool, error)
- func (m *MockStore) SaveNetwork(arg0 *network.Network) error
- type MockStoreMockRecorder
- func (mr *MockStoreMockRecorder) DeleteNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) GetNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) GetNetworkPath(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ListNetworks() *gomock.Call
- func (mr *MockStoreMockRecorder) NetworkExists(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SaveNetwork(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStore ¶
type MockStore struct {
// contains filtered or unexported fields
}
MockStore is a mock of Store interface
func NewMockStore ¶
func NewMockStore(ctrl *gomock.Controller) *MockStore
NewMockStore creates a new mock instance
func (*MockStore) DeleteNetwork ¶ added in v0.11.0
DeleteNetwork mocks base method
func (*MockStore) EXPECT ¶
func (m *MockStore) EXPECT() *MockStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockStore) GetNetwork ¶
GetNetwork mocks base method
func (*MockStore) GetNetworkPath ¶ added in v0.10.0
GetNetworkPath mocks base method
func (*MockStore) ListNetworks ¶ added in v0.10.0
ListNetworks mocks base method
func (*MockStore) NetworkExists ¶
NetworkExists mocks base method
type MockStoreMockRecorder ¶
type MockStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockStoreMockRecorder is the mock recorder for MockStore
func (*MockStoreMockRecorder) DeleteNetwork ¶ added in v0.11.0
func (mr *MockStoreMockRecorder) DeleteNetwork(arg0 interface{}) *gomock.Call
DeleteNetwork indicates an expected call of DeleteNetwork
func (*MockStoreMockRecorder) GetNetwork ¶
func (mr *MockStoreMockRecorder) GetNetwork(arg0 interface{}) *gomock.Call
GetNetwork indicates an expected call of GetNetwork
func (*MockStoreMockRecorder) GetNetworkPath ¶ added in v0.10.0
func (mr *MockStoreMockRecorder) GetNetworkPath(arg0 interface{}) *gomock.Call
GetNetworkPath indicates an expected call of GetNetworkPath
func (*MockStoreMockRecorder) ListNetworks ¶ added in v0.10.0
func (mr *MockStoreMockRecorder) ListNetworks() *gomock.Call
ListNetworks indicates an expected call of ListNetworks
func (*MockStoreMockRecorder) NetworkExists ¶
func (mr *MockStoreMockRecorder) NetworkExists(arg0 interface{}) *gomock.Call
NetworkExists indicates an expected call of NetworkExists
func (*MockStoreMockRecorder) SaveNetwork ¶
func (mr *MockStoreMockRecorder) SaveNetwork(arg0 interface{}) *gomock.Call
SaveNetwork indicates an expected call of SaveNetwork