Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDynconfig ¶ added in v2.0.6
type MockDynconfig struct {
// contains filtered or unexported fields
}
MockDynconfig is a mock of Dynconfig interface.
func NewMockDynconfig ¶ added in v2.0.6
func NewMockDynconfig(ctrl *gomock.Controller) *MockDynconfig
NewMockDynconfig creates a new mock instance.
func (*MockDynconfig) EXPECT ¶ added in v2.0.6
func (m *MockDynconfig) EXPECT() *MockDynconfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDynconfig) Refresh ¶ added in v2.0.6
func (m *MockDynconfig) Refresh() error
Refresh mocks base method.
func (*MockDynconfig) Unmarshal ¶ added in v2.0.6
func (m *MockDynconfig) Unmarshal(rawVal any) error
Unmarshal mocks base method.
type MockDynconfigMockRecorder ¶ added in v2.0.6
type MockDynconfigMockRecorder struct {
// contains filtered or unexported fields
}
MockDynconfigMockRecorder is the mock recorder for MockDynconfig.
func (*MockDynconfigMockRecorder) Refresh ¶ added in v2.0.6
func (mr *MockDynconfigMockRecorder) Refresh() *gomock.Call
Refresh indicates an expected call of Refresh.
func (*MockDynconfigMockRecorder) Unmarshal ¶ added in v2.0.6
func (mr *MockDynconfigMockRecorder) Unmarshal(rawVal interface{}) *gomock.Call
Unmarshal indicates an expected call of Unmarshal.
type MockManagerClient ¶ added in v2.0.4
type MockManagerClient struct {
// contains filtered or unexported fields
}
MockManagerClient is a mock of ManagerClient interface.
func NewMockManagerClient ¶ added in v2.0.4
func NewMockManagerClient(ctrl *gomock.Controller) *MockManagerClient
NewMockManagerClient creates a new mock instance.
func (*MockManagerClient) EXPECT ¶ added in v2.0.4
func (m *MockManagerClient) EXPECT() *MockManagerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManagerClient) Get ¶ added in v2.0.4
func (m *MockManagerClient) Get() (any, error)
Get mocks base method.
type MockManagerClientMockRecorder ¶ added in v2.0.4
type MockManagerClientMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerClientMockRecorder is the mock recorder for MockManagerClient.
func (*MockManagerClientMockRecorder) Get ¶ added in v2.0.4
func (mr *MockManagerClientMockRecorder) Get() *gomock.Call
Get indicates an expected call of Get.