Documentation
¶
Overview ¶
Package mock_acp is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockREST ¶
type MockREST struct {
// contains filtered or unexported fields
}
MockREST is a mock of REST interface.
func NewMockREST ¶
func NewMockREST(ctrl *gomock.Controller) *MockREST
NewMockREST creates a new mock instance.
func (*MockREST) EXPECT ¶
func (m *MockREST) EXPECT() *MockRESTMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRESTMockRecorder ¶
type MockRESTMockRecorder struct {
// contains filtered or unexported fields
}
MockRESTMockRecorder is the mock recorder for MockREST.
func (*MockRESTMockRecorder) Entitled ¶
func (mr *MockRESTMockRecorder) Entitled(arg0, arg1 any) *gomock.Call
Entitled indicates an expected call of Entitled.
func (*MockRESTMockRecorder) GetVersion ¶
func (mr *MockRESTMockRecorder) GetVersion(arg0 any) *gomock.Call
GetVersion indicates an expected call of GetVersion.
Click to show internal directories.
Click to hide internal directories.