Documentation ¶
Overview ¶
Package mock_configuration is a generated GoMock package.
Index ¶
- type MockConfigurationContract
- func (m *MockConfigurationContract) EXPECT() *MockConfigurationContractMockRecorder
- func (m *MockConfigurationContract) GetEdgeClusterType() (configuration.ClusterType, error)
- func (m *MockConfigurationContract) GetGeolocationUpdaterCronSpec() (string, error)
- func (m *MockConfigurationContract) GetHttpHost() string
- func (m *MockConfigurationContract) GetHttpPort() (int, error)
- func (m *MockConfigurationContract) GetIpinfoAccessToken() (string, error)
- func (m *MockConfigurationContract) GetIpinfoUrl() (string, error)
- func (m *MockConfigurationContract) GetRunningNodeName() (string, error)
- func (m *MockConfigurationContract) ShouldUpdatePublciIPAndGeolocationDetails() bool
- type MockConfigurationContractMockRecorder
- func (mr *MockConfigurationContractMockRecorder) GetEdgeClusterType() *gomock.Call
- func (mr *MockConfigurationContractMockRecorder) GetGeolocationUpdaterCronSpec() *gomock.Call
- func (mr *MockConfigurationContractMockRecorder) GetHttpHost() *gomock.Call
- func (mr *MockConfigurationContractMockRecorder) GetHttpPort() *gomock.Call
- func (mr *MockConfigurationContractMockRecorder) GetIpinfoAccessToken() *gomock.Call
- func (mr *MockConfigurationContractMockRecorder) GetIpinfoUrl() *gomock.Call
- func (mr *MockConfigurationContractMockRecorder) GetRunningNodeName() *gomock.Call
- func (mr *MockConfigurationContractMockRecorder) ShouldUpdatePublciIPAndGeolocationDetails() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockConfigurationContract ¶
type MockConfigurationContract struct {
// contains filtered or unexported fields
}
MockConfigurationContract is a mock of ConfigurationContract interface
func NewMockConfigurationContract ¶
func NewMockConfigurationContract(ctrl *gomock.Controller) *MockConfigurationContract
NewMockConfigurationContract creates a new mock instance
func (*MockConfigurationContract) EXPECT ¶
func (m *MockConfigurationContract) EXPECT() *MockConfigurationContractMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockConfigurationContract) GetEdgeClusterType ¶
func (m *MockConfigurationContract) GetEdgeClusterType() (configuration.ClusterType, error)
GetEdgeClusterType mocks base method
func (*MockConfigurationContract) GetGeolocationUpdaterCronSpec ¶
func (m *MockConfigurationContract) GetGeolocationUpdaterCronSpec() (string, error)
GetGeolocationUpdaterCronSpec mocks base method
func (*MockConfigurationContract) GetHttpHost ¶
func (m *MockConfigurationContract) GetHttpHost() string
GetHttpHost mocks base method
func (*MockConfigurationContract) GetHttpPort ¶
func (m *MockConfigurationContract) GetHttpPort() (int, error)
GetHttpPort mocks base method
func (*MockConfigurationContract) GetIpinfoAccessToken ¶
func (m *MockConfigurationContract) GetIpinfoAccessToken() (string, error)
GetIpinfoAccessToken mocks base method
func (*MockConfigurationContract) GetIpinfoUrl ¶
func (m *MockConfigurationContract) GetIpinfoUrl() (string, error)
GetIpinfoUrl mocks base method
func (*MockConfigurationContract) GetRunningNodeName ¶
func (m *MockConfigurationContract) GetRunningNodeName() (string, error)
GetRunningNodeName mocks base method
func (*MockConfigurationContract) ShouldUpdatePublciIPAndGeolocationDetails ¶
func (m *MockConfigurationContract) ShouldUpdatePublciIPAndGeolocationDetails() bool
ShouldUpdatePublciIPAndGeolocationDetails mocks base method
type MockConfigurationContractMockRecorder ¶
type MockConfigurationContractMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigurationContractMockRecorder is the mock recorder for MockConfigurationContract
func (*MockConfigurationContractMockRecorder) GetEdgeClusterType ¶
func (mr *MockConfigurationContractMockRecorder) GetEdgeClusterType() *gomock.Call
GetEdgeClusterType indicates an expected call of GetEdgeClusterType
func (*MockConfigurationContractMockRecorder) GetGeolocationUpdaterCronSpec ¶
func (mr *MockConfigurationContractMockRecorder) GetGeolocationUpdaterCronSpec() *gomock.Call
GetGeolocationUpdaterCronSpec indicates an expected call of GetGeolocationUpdaterCronSpec
func (*MockConfigurationContractMockRecorder) GetHttpHost ¶
func (mr *MockConfigurationContractMockRecorder) GetHttpHost() *gomock.Call
GetHttpHost indicates an expected call of GetHttpHost
func (*MockConfigurationContractMockRecorder) GetHttpPort ¶
func (mr *MockConfigurationContractMockRecorder) GetHttpPort() *gomock.Call
GetHttpPort indicates an expected call of GetHttpPort
func (*MockConfigurationContractMockRecorder) GetIpinfoAccessToken ¶
func (mr *MockConfigurationContractMockRecorder) GetIpinfoAccessToken() *gomock.Call
GetIpinfoAccessToken indicates an expected call of GetIpinfoAccessToken
func (*MockConfigurationContractMockRecorder) GetIpinfoUrl ¶
func (mr *MockConfigurationContractMockRecorder) GetIpinfoUrl() *gomock.Call
GetIpinfoUrl indicates an expected call of GetIpinfoUrl
func (*MockConfigurationContractMockRecorder) GetRunningNodeName ¶
func (mr *MockConfigurationContractMockRecorder) GetRunningNodeName() *gomock.Call
GetRunningNodeName indicates an expected call of GetRunningNodeName
func (*MockConfigurationContractMockRecorder) ShouldUpdatePublciIPAndGeolocationDetails ¶
func (mr *MockConfigurationContractMockRecorder) ShouldUpdatePublciIPAndGeolocationDetails() *gomock.Call
ShouldUpdatePublciIPAndGeolocationDetails indicates an expected call of ShouldUpdatePublciIPAndGeolocationDetails