Documentation
¶
Overview ¶
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 MockFacadeCaller ¶
type MockFacadeCaller struct {
// contains filtered or unexported fields
}
MockFacadeCaller is a mock of FacadeCaller interface.
func NewMockFacadeCaller ¶
func NewMockFacadeCaller(ctrl *gomock.Controller) *MockFacadeCaller
NewMockFacadeCaller creates a new mock instance.
func (*MockFacadeCaller) BestAPIVersion ¶
func (m *MockFacadeCaller) BestAPIVersion() int
BestAPIVersion mocks base method.
func (*MockFacadeCaller) EXPECT ¶
func (m *MockFacadeCaller) EXPECT() *MockFacadeCallerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFacadeCaller) FacadeCall ¶
func (m *MockFacadeCaller) FacadeCall(arg0 string, arg1, arg2 any) error
FacadeCall mocks base method.
func (*MockFacadeCaller) RawAPICaller ¶
func (m *MockFacadeCaller) RawAPICaller() base.APICaller
RawAPICaller mocks base method.
type MockFacadeCallerMockRecorder ¶
type MockFacadeCallerMockRecorder struct {
// contains filtered or unexported fields
}
MockFacadeCallerMockRecorder is the mock recorder for MockFacadeCaller.
func (*MockFacadeCallerMockRecorder) BestAPIVersion ¶
func (mr *MockFacadeCallerMockRecorder) BestAPIVersion() *gomock.Call
BestAPIVersion indicates an expected call of BestAPIVersion.
func (*MockFacadeCallerMockRecorder) FacadeCall ¶
func (mr *MockFacadeCallerMockRecorder) FacadeCall(arg0, arg1, arg2 any) *gomock.Call
FacadeCall indicates an expected call of FacadeCall.
func (*MockFacadeCallerMockRecorder) Name ¶
func (mr *MockFacadeCallerMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockFacadeCallerMockRecorder) RawAPICaller ¶
func (mr *MockFacadeCallerMockRecorder) RawAPICaller() *gomock.Call
RawAPICaller indicates an expected call of RawAPICaller.
Click to show internal directories.
Click to hide internal directories.