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
- func (m *MockIRequest) EXPECT() *MockIRequestMockRecorder
- func (m *MockIRequest) GetClaimsPrincipal() claimsprincipal.IClaimsPrincipal
- func (m *MockIRequest) GetContainer() di.Container
- func (m *MockIRequest) GetContext() context.Context
- func (m *MockIRequest) GetItems() request.IItems
- func (m *MockIRequest) GetMetadata() metautils.NiceMD
- func (m *MockIRequest) GetUnaryServerInfo() *grpc.UnaryServerInfo
- type MockIRequestMockRecorder
- func (mr *MockIRequestMockRecorder) GetClaimsPrincipal() *gomock.Call
- func (mr *MockIRequestMockRecorder) GetContainer() *gomock.Call
- func (mr *MockIRequestMockRecorder) GetContext() *gomock.Call
- func (mr *MockIRequestMockRecorder) GetItems() *gomock.Call
- func (mr *MockIRequestMockRecorder) GetMetadata() *gomock.Call
- func (mr *MockIRequestMockRecorder) GetUnaryServerInfo() *gomock.Call
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) GetClaimsPrincipal ¶
func (m *MockIRequest) GetClaimsPrincipal() claimsprincipal.IClaimsPrincipal
GetClaimsPrincipal mocks base method.
func (*MockIRequest) GetContainer ¶
func (m *MockIRequest) GetContainer() di.Container
GetContainer mocks base method.
func (*MockIRequest) GetContext ¶
func (m *MockIRequest) GetContext() context.Context
GetContext 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.
func (*MockIRequest) GetUnaryServerInfo ¶
func (m *MockIRequest) GetUnaryServerInfo() *grpc.UnaryServerInfo
GetUnaryServerInfo mocks base method.
type MockIRequestMockRecorder ¶
type MockIRequestMockRecorder struct {
// contains filtered or unexported fields
}
MockIRequestMockRecorder is the mock recorder for MockIRequest.
func (*MockIRequestMockRecorder) GetClaimsPrincipal ¶
func (mr *MockIRequestMockRecorder) GetClaimsPrincipal() *gomock.Call
GetClaimsPrincipal indicates an expected call of GetClaimsPrincipal.
func (*MockIRequestMockRecorder) GetContainer ¶
func (mr *MockIRequestMockRecorder) GetContainer() *gomock.Call
GetContainer indicates an expected call of GetContainer.
func (*MockIRequestMockRecorder) GetContext ¶
func (mr *MockIRequestMockRecorder) GetContext() *gomock.Call
GetContext indicates an expected call of GetContext.
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.
func (*MockIRequestMockRecorder) GetUnaryServerInfo ¶
func (mr *MockIRequestMockRecorder) GetUnaryServerInfo() *gomock.Call
GetUnaryServerInfo indicates an expected call of GetUnaryServerInfo.