Documentation ¶
Overview ¶
Package request is a generated GoMock package.
Index ¶
- type MockIItems
- func (m *MockIItems) Clear()
- func (m *MockIItems) Delete(arg0 string)
- func (m *MockIItems) EXPECT() *MockIItemsMockRecorder
- func (m *MockIItems) Get(arg0 string) interface{}
- func (m *MockIItems) GetItems() map[string]interface{}
- func (m *MockIItems) Keys() []string
- func (m *MockIItems) Set(arg0 string, arg1 interface{})
- type MockIItemsMockRecorder
- func (mr *MockIItemsMockRecorder) Clear() *gomock.Call
- func (mr *MockIItemsMockRecorder) Delete(arg0 interface{}) *gomock.Call
- func (mr *MockIItemsMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockIItemsMockRecorder) GetItems() *gomock.Call
- func (mr *MockIItemsMockRecorder) Keys() *gomock.Call
- func (mr *MockIItemsMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call
- type MockIRequest
- type MockIRequestMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIItems ¶
type MockIItems struct {
// contains filtered or unexported fields
}
MockIItems is a mock of IItems interface.
func NewMockIItems ¶
func NewMockIItems(ctrl *gomock.Controller) *MockIItems
NewMockIItems creates a new mock instance.
func (*MockIItems) EXPECT ¶
func (m *MockIItems) EXPECT() *MockIItemsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIItems) GetItems ¶
func (m *MockIItems) GetItems() map[string]interface{}
GetItems mocks base method.
func (*MockIItems) Set ¶
func (m *MockIItems) Set(arg0 string, arg1 interface{})
Set mocks base method.
type MockIItemsMockRecorder ¶
type MockIItemsMockRecorder struct {
// contains filtered or unexported fields
}
MockIItemsMockRecorder is the mock recorder for MockIItems.
func (*MockIItemsMockRecorder) Clear ¶
func (mr *MockIItemsMockRecorder) Clear() *gomock.Call
Clear indicates an expected call of Clear.
func (*MockIItemsMockRecorder) Delete ¶
func (mr *MockIItemsMockRecorder) Delete(arg0 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockIItemsMockRecorder) Get ¶
func (mr *MockIItemsMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockIItemsMockRecorder) GetItems ¶
func (mr *MockIItemsMockRecorder) GetItems() *gomock.Call
GetItems indicates an expected call of GetItems.
func (*MockIItemsMockRecorder) Keys ¶
func (mr *MockIItemsMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys.
func (*MockIItemsMockRecorder) Set ¶
func (mr *MockIItemsMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call
Set indicates an expected call of Set.
type MockIRequest ¶
type MockIRequest struct {
// contains filtered or unexported fields
}
MockIRequest is a mock of IRequest interface.
func NewMockIRequest ¶
func NewMockIRequest(ctrl *gomock.Controller) *MockIRequest
NewMockIRequest creates a new mock instance.
func (*MockIRequest) EXPECT ¶
func (m *MockIRequest) EXPECT() *MockIRequestMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIRequest) GetFullMethodName ¶
func (m *MockIRequest) GetFullMethodName() string
GetFullMethodName mocks base method.
func (*MockIRequest) GetItems ¶
func (m *MockIRequest) GetItems() request.IItems
GetItems mocks base method.
func (*MockIRequest) GetMetadata ¶
func (m *MockIRequest) GetMetadata() metautils.NiceMD
GetMetadata mocks base method.
type MockIRequestMockRecorder ¶
type MockIRequestMockRecorder struct {
// contains filtered or unexported fields
}
MockIRequestMockRecorder is the mock recorder for MockIRequest.
func (*MockIRequestMockRecorder) GetFullMethodName ¶
func (mr *MockIRequestMockRecorder) GetFullMethodName() *gomock.Call
GetFullMethodName indicates an expected call of GetFullMethodName.
func (*MockIRequestMockRecorder) GetItems ¶
func (mr *MockIRequestMockRecorder) GetItems() *gomock.Call
GetItems indicates an expected call of GetItems.
func (*MockIRequestMockRecorder) GetMetadata ¶
func (mr *MockIRequestMockRecorder) GetMetadata() *gomock.Call
GetMetadata indicates an expected call of GetMetadata.