Documentation ¶
Overview ¶
Package gateway is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGatewayAuthZClient ¶
type MockGatewayAuthZClient struct {
// contains filtered or unexported fields
}
MockGatewayAuthZClient is a mock of GatewayAuthZClient interface.
func NewMockGatewayAuthZClient ¶
func NewMockGatewayAuthZClient(ctrl *gomock.Controller) *MockGatewayAuthZClient
NewMockGatewayAuthZClient creates a new mock instance.
func (*MockGatewayAuthZClient) Check ¶
func (m *MockGatewayAuthZClient) Check(arg0 context.Context, arg1 *gateway.CheckRequest, arg2 ...grpc.CallOption) (*gateway.CheckResponse, error)
Check mocks base method.
func (*MockGatewayAuthZClient) EXPECT ¶
func (m *MockGatewayAuthZClient) EXPECT() *MockGatewayAuthZClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGatewayAuthZClientMockRecorder ¶
type MockGatewayAuthZClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayAuthZClientMockRecorder is the mock recorder for MockGatewayAuthZClient.
func (*MockGatewayAuthZClientMockRecorder) Check ¶
func (mr *MockGatewayAuthZClientMockRecorder) 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.