Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: oauth.go
Generated by this command:
mockgen -destination mocks/oauth_mock.go -source oauth.go -package mocks
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.
Click to show internal directories.
Click to hide internal directories.