Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFacade ¶
type MockFacade struct {
// contains filtered or unexported fields
}
MockFacade is a mock of Facade interface
func NewMockFacade ¶
func NewMockFacade(ctrl *gomock.Controller) *MockFacade
NewMockFacade creates a new mock instance
func (*MockFacade) EXPECT ¶
func (m *MockFacade) EXPECT() *MockFacadeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFacade) ModelConfig ¶
func (m *MockFacade) ModelConfig() (*config.Config, error)
ModelConfig mocks base method
func (*MockFacade) Prune ¶
func (m *MockFacade) Prune(arg0 time.Duration, arg1 int) error
Prune mocks base method
func (*MockFacade) WatchForModelConfigChanges ¶
func (m *MockFacade) WatchForModelConfigChanges() (watcher.NotifyWatcher, error)
WatchForModelConfigChanges mocks base method
type MockFacadeMockRecorder ¶
type MockFacadeMockRecorder struct {
// contains filtered or unexported fields
}
MockFacadeMockRecorder is the mock recorder for MockFacade
func (*MockFacadeMockRecorder) ModelConfig ¶
func (mr *MockFacadeMockRecorder) ModelConfig() *gomock.Call
ModelConfig indicates an expected call of ModelConfig
func (*MockFacadeMockRecorder) Prune ¶
func (mr *MockFacadeMockRecorder) Prune(arg0, arg1 interface{}) *gomock.Call
Prune indicates an expected call of Prune
func (*MockFacadeMockRecorder) WatchForModelConfigChanges ¶
func (mr *MockFacadeMockRecorder) WatchForModelConfigChanges() *gomock.Call
WatchForModelConfigChanges indicates an expected call of WatchForModelConfigChanges
Click to show internal directories.
Click to hide internal directories.