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 MockOauth ¶
type MockOauth struct {
// contains filtered or unexported fields
}
MockOauth is a mock of Oauth interface.
func NewMockOauth ¶
func NewMockOauth(ctrl *gomock.Controller) *MockOauth
NewMockOauth creates a new mock instance.
func (*MockOauth) AuthCodeURL ¶
AuthCodeURL mocks base method.
func (*MockOauth) EXPECT ¶
func (m *MockOauth) EXPECT() *MockOauthMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockOauthMockRecorder ¶
type MockOauthMockRecorder struct {
// contains filtered or unexported fields
}
MockOauthMockRecorder is the mock recorder for MockOauth.
func (*MockOauthMockRecorder) AuthCodeURL ¶
func (mr *MockOauthMockRecorder) AuthCodeURL() *gomock.Call
AuthCodeURL indicates an expected call of AuthCodeURL.
func (*MockOauthMockRecorder) Exchange ¶
func (mr *MockOauthMockRecorder) Exchange(arg0 interface{}) *gomock.Call
Exchange indicates an expected call of Exchange.
func (*MockOauthMockRecorder) GetUser ¶
func (mr *MockOauthMockRecorder) GetUser(arg0 interface{}) *gomock.Call
GetUser indicates an expected call of GetUser.
Click to show internal directories.
Click to hide internal directories.