Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAuthHandler ¶
type MockAuthHandler struct {
// contains filtered or unexported fields
}
MockAuthHandler is a mock of AuthHandler interface.
func NewMockAuthHandler ¶
func NewMockAuthHandler(ctrl *gomock.Controller) *MockAuthHandler
NewMockAuthHandler creates a new mock instance.
func (*MockAuthHandler) EXPECT ¶
func (m *MockAuthHandler) EXPECT() *MockAuthHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthHandler) GetAuthOption ¶
func (m *MockAuthHandler) GetAuthOption(arg0 context.Context, arg1 ...string) (option.ClientOption, error)
GetAuthOption mocks base method.
type MockAuthHandlerMockRecorder ¶
type MockAuthHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthHandlerMockRecorder is the mock recorder for MockAuthHandler.
func (*MockAuthHandlerMockRecorder) GetAuthOption ¶
func (mr *MockAuthHandlerMockRecorder) GetAuthOption(arg0 interface{}, arg1 ...interface{}) *gomock.Call
GetAuthOption indicates an expected call of GetAuthOption.
Click to show internal directories.
Click to hide internal directories.