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 MockRestClient ¶
type MockRestClient struct {
// contains filtered or unexported fields
}
MockRestClient is a mock of RestClient interface.
func NewMockRestClient ¶
func NewMockRestClient(ctrl *gomock.Controller) *MockRestClient
NewMockRestClient creates a new mock instance.
func (*MockRestClient) EXPECT ¶
func (m *MockRestClient) EXPECT() *MockRestClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRestClientMockRecorder ¶
type MockRestClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRestClientMockRecorder is the mock recorder for MockRestClient.
func (*MockRestClientMockRecorder) Post ¶
func (mr *MockRestClientMockRecorder) Post(arg0, arg1, arg2 interface{}) *gomock.Call
Post indicates an expected call of Post.
Click to show internal directories.
Click to hide internal directories.