Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHTTPMethods ¶
type MockHTTPMethods struct {
// contains filtered or unexported fields
}
Mock of HttpMethods interface
func NewMockHTTPMethods ¶
func NewMockHTTPMethods(ctrl *gomock.Controller) *MockHTTPMethods
func (*MockHTTPMethods) Delete ¶
func (_m *MockHTTPMethods) Delete(_param0 string) error
func (*MockHTTPMethods) EXPECT ¶
func (_m *MockHTTPMethods) EXPECT() *MockHTTPMethodsRecorder
type MockHTTPMethodsRecorder ¶
type MockHTTPMethodsRecorder struct {
// contains filtered or unexported fields
}
Recorder for MockHTTPMethods (not exported)
func (*MockHTTPMethodsRecorder) Delete ¶
func (_mr *MockHTTPMethodsRecorder) Delete(arg0 interface{}) *gomock.Call
func (*MockHTTPMethodsRecorder) Get ¶
func (_mr *MockHTTPMethodsRecorder) Get(arg0 interface{}) *gomock.Call
func (*MockHTTPMethodsRecorder) Post ¶
func (_mr *MockHTTPMethodsRecorder) Post(arg0, arg1 interface{}) *gomock.Call
Click to show internal directories.
Click to hide internal directories.