Documentation
¶
Overview ¶
Package mock_config is a generated GoMock package.
Index ¶
- type MockService
- func (m *MockService) EXPECT() *MockServiceMockRecorder
- func (m *MockService) GetConfig() config.Config
- func (m *MockService) GetMattermostConfig() *model.Config
- func (m *MockService) Reconfigure(arg0 config.StoredConfig, arg1 ...config.Configurable) error
- func (m *MockService) StoreConfig(arg0 config.StoredConfig) error
- type MockServiceMockRecorder
- func (mr *MockServiceMockRecorder) GetConfig() *gomock.Call
- func (mr *MockServiceMockRecorder) GetMattermostConfig() *gomock.Call
- func (mr *MockServiceMockRecorder) Reconfigure(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockServiceMockRecorder) StoreConfig(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockService ¶
type MockService struct {
// contains filtered or unexported fields
}
MockService is a mock of Service interface
func NewMockService ¶
func NewMockService(ctrl *gomock.Controller) *MockService
NewMockService creates a new mock instance
func (*MockService) EXPECT ¶
func (m *MockService) EXPECT() *MockServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockService) GetConfig ¶
func (m *MockService) GetConfig() config.Config
GetConfig mocks base method
func (*MockService) GetMattermostConfig ¶
func (m *MockService) GetMattermostConfig() *model.Config
GetMattermostConfig mocks base method
func (*MockService) Reconfigure ¶
func (m *MockService) Reconfigure(arg0 config.StoredConfig, arg1 ...config.Configurable) error
Reconfigure mocks base method
func (*MockService) StoreConfig ¶
func (m *MockService) StoreConfig(arg0 config.StoredConfig) error
StoreConfig mocks base method
type MockServiceMockRecorder ¶
type MockServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceMockRecorder is the mock recorder for MockService
func (*MockServiceMockRecorder) GetConfig ¶
func (mr *MockServiceMockRecorder) GetConfig() *gomock.Call
GetConfig indicates an expected call of GetConfig
func (*MockServiceMockRecorder) GetMattermostConfig ¶
func (mr *MockServiceMockRecorder) GetMattermostConfig() *gomock.Call
GetMattermostConfig indicates an expected call of GetMattermostConfig
func (*MockServiceMockRecorder) Reconfigure ¶
func (mr *MockServiceMockRecorder) Reconfigure(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Reconfigure indicates an expected call of Reconfigure
func (*MockServiceMockRecorder) StoreConfig ¶
func (mr *MockServiceMockRecorder) StoreConfig(arg0 interface{}) *gomock.Call
StoreConfig indicates an expected call of StoreConfig
Click to show internal directories.
Click to hide internal directories.