mock_config

package
v0.0.0-...-8f17ebb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_config is a generated GoMock package.

Index

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) GetConfiguration

func (m *MockService) GetConfiguration() *config.Configuration

GetConfiguration mocks base method.

func (*MockService) GetManifest

func (m *MockService) GetManifest() *model.Manifest

GetManifest mocks base method.

func (*MockService) RegisterConfigChangeListener

func (m *MockService) RegisterConfigChangeListener(arg0 func()) string

RegisterConfigChangeListener mocks base method.

func (*MockService) UnregisterConfigChangeListener

func (m *MockService) UnregisterConfigChangeListener(arg0 string)

UnregisterConfigChangeListener mocks base method.

func (*MockService) UpdateConfiguration

func (m *MockService) UpdateConfiguration(arg0 func(*config.Configuration)) error

UpdateConfiguration mocks base method.

type MockServiceMockRecorder

type MockServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockServiceMockRecorder is the mock recorder for MockService.

func (*MockServiceMockRecorder) GetConfiguration

func (mr *MockServiceMockRecorder) GetConfiguration() *gomock.Call

GetConfiguration indicates an expected call of GetConfiguration.

func (*MockServiceMockRecorder) GetManifest

func (mr *MockServiceMockRecorder) GetManifest() *gomock.Call

GetManifest indicates an expected call of GetManifest.

func (*MockServiceMockRecorder) RegisterConfigChangeListener

func (mr *MockServiceMockRecorder) RegisterConfigChangeListener(arg0 interface{}) *gomock.Call

RegisterConfigChangeListener indicates an expected call of RegisterConfigChangeListener.

func (*MockServiceMockRecorder) UnregisterConfigChangeListener

func (mr *MockServiceMockRecorder) UnregisterConfigChangeListener(arg0 interface{}) *gomock.Call

UnregisterConfigChangeListener indicates an expected call of UnregisterConfigChangeListener.

func (*MockServiceMockRecorder) UpdateConfiguration

func (mr *MockServiceMockRecorder) UpdateConfiguration(arg0 interface{}) *gomock.Call

UpdateConfiguration indicates an expected call of UpdateConfiguration.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL