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 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.
type Mockstrategy ¶ added in v2.0.4
type Mockstrategy struct {
// contains filtered or unexported fields
}
Mockstrategy is a mock of strategy interface.
func NewMockstrategy ¶ added in v2.0.4
func NewMockstrategy(ctrl *gomock.Controller) *Mockstrategy
NewMockstrategy creates a new mock instance.
func (*Mockstrategy) EXPECT ¶ added in v2.0.4
func (m *Mockstrategy) EXPECT() *MockstrategyMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*Mockstrategy) Unmarshal ¶ added in v2.0.4
func (m *Mockstrategy) Unmarshal(rawVal any) error
Unmarshal mocks base method.
type MockstrategyMockRecorder ¶ added in v2.0.4
type MockstrategyMockRecorder struct {
// contains filtered or unexported fields
}
MockstrategyMockRecorder is the mock recorder for Mockstrategy.
func (*MockstrategyMockRecorder) Unmarshal ¶ added in v2.0.4
func (mr *MockstrategyMockRecorder) Unmarshal(rawVal interface{}) *gomock.Call
Unmarshal indicates an expected call of Unmarshal.