Documentation ¶
Overview ¶
Package mock_oauther is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOAuther ¶
type MockOAuther struct {
// contains filtered or unexported fields
}
MockOAuther is a mock of OAuther interface
func NewMockOAuther ¶
func NewMockOAuther(ctrl *gomock.Controller) *MockOAuther
NewMockOAuther creates a new mock instance
func (*MockOAuther) Deauth ¶
func (m *MockOAuther) Deauth(arg0 string) error
Deauth mocks base method
func (*MockOAuther) EXPECT ¶
func (m *MockOAuther) EXPECT() *MockOAutherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockOAutherMockRecorder ¶
type MockOAutherMockRecorder struct {
// contains filtered or unexported fields
}
MockOAutherMockRecorder is the mock recorder for MockOAuther
func (*MockOAutherMockRecorder) Deauth ¶
func (mr *MockOAutherMockRecorder) Deauth(arg0 interface{}) *gomock.Call
Deauth indicates an expected call of Deauth
func (*MockOAutherMockRecorder) GetToken ¶
func (mr *MockOAutherMockRecorder) GetToken(arg0 interface{}) *gomock.Call
GetToken indicates an expected call of GetToken
func (*MockOAutherMockRecorder) GetURL ¶
func (mr *MockOAutherMockRecorder) GetURL() *gomock.Call
GetURL indicates an expected call of GetURL
Click to show internal directories.
Click to hide internal directories.