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 ¶
func WithMockApiAndSdk ¶
Types ¶
type MockApi ¶
type MockApi struct {
// contains filtered or unexported fields
}
MockApi is a mock of Api interface.
func NewMockApi ¶
func NewMockApi(ctrl *gomock.Controller) *MockApi
NewMockApi creates a new mock instance.
func (*MockApi) EXPECT ¶
func (m *MockApi) EXPECT() *MockApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockApiMockRecorder ¶
type MockApiMockRecorder struct {
// contains filtered or unexported fields
}
MockApiMockRecorder is the mock recorder for MockApi.
type MockSdk ¶
type MockSdk struct {
// contains filtered or unexported fields
}
MockSdk is a mock of Sdk interface.
func NewMockSdk ¶
func NewMockSdk(ctrl *gomock.Controller) *MockSdk
NewMockSdk creates a new mock instance.
func (*MockSdk) EXPECT ¶
func (m *MockSdk) EXPECT() *MockSdkMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSdkMockRecorder ¶
type MockSdkMockRecorder struct {
// contains filtered or unexported fields
}
MockSdkMockRecorder is the mock recorder for MockSdk.
func (*MockSdkMockRecorder) GetAllFlagsState ¶
func (mr *MockSdkMockRecorder) GetAllFlagsState(arg0, arg1, arg2 any) *gomock.Call
GetAllFlagsState indicates an expected call of GetAllFlagsState.
Click to show internal directories.
Click to hide internal directories.