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