Documentation
¶
Overview ¶
Package mock_contract is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockConfigurationServiceContract ¶
type MockConfigurationServiceContract struct {
// contains filtered or unexported fields
}
MockConfigurationServiceContract is a mock of ConfigurationServiceContract interface
func NewMockConfigurationServiceContract ¶
func NewMockConfigurationServiceContract(ctrl *gomock.Controller) *MockConfigurationServiceContract
NewMockConfigurationServiceContract creates a new mock instance
func (*MockConfigurationServiceContract) EXPECT ¶
func (m *MockConfigurationServiceContract) EXPECT() *MockConfigurationServiceContractMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockConfigurationServiceContract) GetHost ¶
func (m *MockConfigurationServiceContract) GetHost() (string, error)
GetHost mocks base method
func (*MockConfigurationServiceContract) GetPort ¶
func (m *MockConfigurationServiceContract) GetPort() (int, error)
GetPort mocks base method
type MockConfigurationServiceContractMockRecorder ¶
type MockConfigurationServiceContractMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigurationServiceContractMockRecorder is the mock recorder for MockConfigurationServiceContract
func (*MockConfigurationServiceContractMockRecorder) GetHost ¶
func (mr *MockConfigurationServiceContractMockRecorder) GetHost() *gomock.Call
GetHost indicates an expected call of GetHost
func (*MockConfigurationServiceContractMockRecorder) GetPort ¶
func (mr *MockConfigurationServiceContractMockRecorder) GetPort() *gomock.Call
GetPort indicates an expected call of GetPort
Click to show internal directories.
Click to hide internal directories.