Documentation ¶
Overview ¶
Package mock_auth is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAuthClient ¶
type MockAuthClient struct {
// contains filtered or unexported fields
}
MockAuthClient is a mock of AuthClient interface
func NewMockAuthClient ¶
func NewMockAuthClient(ctrl *gomock.Controller) *MockAuthClient
NewMockAuthClient creates a new mock instance
func (*MockAuthClient) ContractClient ¶ added in v0.16.0
func (m *MockAuthClient) ContractClient() services.ContractClient
ContractClient mocks base method
func (*MockAuthClient) ContractNotary ¶ added in v0.16.0
func (m *MockAuthClient) ContractNotary() services.ContractNotary
ContractNotary mocks base method
func (*MockAuthClient) EXPECT ¶
func (m *MockAuthClient) EXPECT() *MockAuthClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAuthClient) OAuthClient ¶ added in v0.16.0
func (m *MockAuthClient) OAuthClient() services.OAuthClient
OAuthClient mocks base method
type MockAuthClientMockRecorder ¶
type MockAuthClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthClientMockRecorder is the mock recorder for MockAuthClient
func (*MockAuthClientMockRecorder) ContractClient ¶ added in v0.16.0
func (mr *MockAuthClientMockRecorder) ContractClient() *gomock.Call
ContractClient indicates an expected call of ContractClient
func (*MockAuthClientMockRecorder) ContractNotary ¶ added in v0.16.0
func (mr *MockAuthClientMockRecorder) ContractNotary() *gomock.Call
ContractNotary indicates an expected call of ContractNotary
func (*MockAuthClientMockRecorder) OAuthClient ¶ added in v0.16.0
func (mr *MockAuthClientMockRecorder) OAuthClient() *gomock.Call
OAuthClient indicates an expected call of OAuthClient
Click to show internal directories.
Click to hide internal directories.