Documentation
¶
Overview ¶
Package mock_config is a generated GoMock package.
Index ¶
- type MockIConfig
- func (m *MockIConfig) EXPECT() *MockIConfigMockRecorder
- func (m *MockIConfig) ExcludeEngine() filter.IFilterEngine
- func (m *MockIConfig) HTTPClient() http.IHttpClient
- func (m *MockIConfig) HTTPWorkerCount() int
- func (m *MockIConfig) Host() string
- func (m *MockIConfig) ImageRegistry() registry.ImageRegistry
- func (m *MockIConfig) IncludeEngine() filter.IFilterEngine
- func (m *MockIConfig) Init() error
- func (m *MockIConfig) IsDryRun() bool
- func (m *MockIConfig) Password() string
- func (m *MockIConfig) RepositoryList() []registry.Repository
- func (m *MockIConfig) SkipDeletionErr() bool
- func (m *MockIConfig) SkipList() []string
- func (m *MockIConfig) Username() string
- type MockIConfigMockRecorder
- func (mr *MockIConfigMockRecorder) ExcludeEngine() *gomock.Call
- func (mr *MockIConfigMockRecorder) HTTPClient() *gomock.Call
- func (mr *MockIConfigMockRecorder) HTTPWorkerCount() *gomock.Call
- func (mr *MockIConfigMockRecorder) Host() *gomock.Call
- func (mr *MockIConfigMockRecorder) ImageRegistry() *gomock.Call
- func (mr *MockIConfigMockRecorder) IncludeEngine() *gomock.Call
- func (mr *MockIConfigMockRecorder) Init() *gomock.Call
- func (mr *MockIConfigMockRecorder) IsDryRun() *gomock.Call
- func (mr *MockIConfigMockRecorder) Password() *gomock.Call
- func (mr *MockIConfigMockRecorder) RepositoryList() *gomock.Call
- func (mr *MockIConfigMockRecorder) SkipDeletionErr() *gomock.Call
- func (mr *MockIConfigMockRecorder) SkipList() *gomock.Call
- func (mr *MockIConfigMockRecorder) Username() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIConfig ¶
type MockIConfig struct {
// contains filtered or unexported fields
}
MockIConfig is a mock of IConfig interface.
func NewMockIConfig ¶
func NewMockIConfig(ctrl *gomock.Controller) *MockIConfig
NewMockIConfig creates a new mock instance.
func (*MockIConfig) EXPECT ¶
func (m *MockIConfig) EXPECT() *MockIConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIConfig) ExcludeEngine ¶
func (m *MockIConfig) ExcludeEngine() filter.IFilterEngine
ExcludeEngine mocks base method.
func (*MockIConfig) HTTPClient ¶
func (m *MockIConfig) HTTPClient() http.IHttpClient
HTTPClient mocks base method.
func (*MockIConfig) HTTPWorkerCount ¶ added in v0.2.0
func (m *MockIConfig) HTTPWorkerCount() int
HTTPWorkerCount mocks base method.
func (*MockIConfig) ImageRegistry ¶
func (m *MockIConfig) ImageRegistry() registry.ImageRegistry
ImageRegistry mocks base method.
func (*MockIConfig) IncludeEngine ¶
func (m *MockIConfig) IncludeEngine() filter.IFilterEngine
IncludeEngine mocks base method.
func (*MockIConfig) RepositoryList ¶ added in v0.2.0
func (m *MockIConfig) RepositoryList() []registry.Repository
RepositoryList mocks base method.
func (*MockIConfig) SkipDeletionErr ¶ added in v0.2.0
func (m *MockIConfig) SkipDeletionErr() bool
SkipDeletionErr mocks base method.
func (*MockIConfig) SkipList ¶
func (m *MockIConfig) SkipList() []string
SkipList mocks base method.
type MockIConfigMockRecorder ¶
type MockIConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockIConfigMockRecorder is the mock recorder for MockIConfig.
func (*MockIConfigMockRecorder) ExcludeEngine ¶
func (mr *MockIConfigMockRecorder) ExcludeEngine() *gomock.Call
ExcludeEngine indicates an expected call of ExcludeEngine.
func (*MockIConfigMockRecorder) HTTPClient ¶
func (mr *MockIConfigMockRecorder) HTTPClient() *gomock.Call
HTTPClient indicates an expected call of HTTPClient.
func (*MockIConfigMockRecorder) HTTPWorkerCount ¶ added in v0.2.0
func (mr *MockIConfigMockRecorder) HTTPWorkerCount() *gomock.Call
HTTPWorkerCount indicates an expected call of HTTPWorkerCount.
func (*MockIConfigMockRecorder) Host ¶
func (mr *MockIConfigMockRecorder) Host() *gomock.Call
Host indicates an expected call of Host.
func (*MockIConfigMockRecorder) ImageRegistry ¶
func (mr *MockIConfigMockRecorder) ImageRegistry() *gomock.Call
ImageRegistry indicates an expected call of ImageRegistry.
func (*MockIConfigMockRecorder) IncludeEngine ¶
func (mr *MockIConfigMockRecorder) IncludeEngine() *gomock.Call
IncludeEngine indicates an expected call of IncludeEngine.
func (*MockIConfigMockRecorder) Init ¶
func (mr *MockIConfigMockRecorder) Init() *gomock.Call
Init indicates an expected call of Init.
func (*MockIConfigMockRecorder) IsDryRun ¶
func (mr *MockIConfigMockRecorder) IsDryRun() *gomock.Call
IsDryRun indicates an expected call of IsDryRun.
func (*MockIConfigMockRecorder) Password ¶
func (mr *MockIConfigMockRecorder) Password() *gomock.Call
Password indicates an expected call of Password.
func (*MockIConfigMockRecorder) RepositoryList ¶ added in v0.2.0
func (mr *MockIConfigMockRecorder) RepositoryList() *gomock.Call
RepositoryList indicates an expected call of RepositoryList.
func (*MockIConfigMockRecorder) SkipDeletionErr ¶ added in v0.2.0
func (mr *MockIConfigMockRecorder) SkipDeletionErr() *gomock.Call
SkipDeletionErr indicates an expected call of SkipDeletionErr.
func (*MockIConfigMockRecorder) SkipList ¶
func (mr *MockIConfigMockRecorder) SkipList() *gomock.Call
SkipList indicates an expected call of SkipList.
func (*MockIConfigMockRecorder) Username ¶
func (mr *MockIConfigMockRecorder) Username() *gomock.Call
Username indicates an expected call of Username.