Documentation ¶
Overview ¶
Package mock_gateway is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGatewayAuthClient ¶
type MockGatewayAuthClient struct {
// contains filtered or unexported fields
}
MockGatewayAuthClient is a mock of GatewayAuthClient interface.
func NewMockGatewayAuthClient ¶
func NewMockGatewayAuthClient(ctrl *gomock.Controller) *MockGatewayAuthClient
NewMockGatewayAuthClient creates a new mock instance.
func (*MockGatewayAuthClient) Check ¶
func (m *MockGatewayAuthClient) Check(arg0 context.Context, arg1 *gateway.CheckRequest, arg2 ...grpc.CallOption) (*gateway.CheckResponse, error)
Check mocks base method.
func (*MockGatewayAuthClient) EXPECT ¶
func (m *MockGatewayAuthClient) EXPECT() *MockGatewayAuthClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGatewayAuthClientMockRecorder ¶
type MockGatewayAuthClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayAuthClientMockRecorder is the mock recorder for MockGatewayAuthClient.
func (*MockGatewayAuthClientMockRecorder) Check ¶
func (mr *MockGatewayAuthClientMockRecorder) Check(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Check indicates an expected call of Check.
Click to show internal directories.
Click to hide internal directories.