Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
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 MockImgurClient ¶
type MockImgurClient struct {
// contains filtered or unexported fields
}
MockImgurClient is a mock of ImgurClient interface.
func NewMockImgurClient ¶
func NewMockImgurClient(ctrl *gomock.Controller) *MockImgurClient
NewMockImgurClient creates a new mock instance.
func (*MockImgurClient) EXPECT ¶
func (m *MockImgurClient) EXPECT() *MockImgurClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockImgurClient) GetInfoFromURL ¶
func (m *MockImgurClient) GetInfoFromURL(arg0 string) (*imgur.GenericInfo, int, error)
GetInfoFromURL mocks base method.
type MockImgurClientMockRecorder ¶
type MockImgurClientMockRecorder struct {
// contains filtered or unexported fields
}
MockImgurClientMockRecorder is the mock recorder for MockImgurClient.
func (*MockImgurClientMockRecorder) GetInfoFromURL ¶
func (mr *MockImgurClientMockRecorder) GetInfoFromURL(arg0 interface{}) *gomock.Call
GetInfoFromURL indicates an expected call of GetInfoFromURL.
type MockTwitchAPIClient ¶
type MockTwitchAPIClient struct {
// contains filtered or unexported fields
}
MockTwitchAPIClient is a mock of TwitchAPIClient interface.
func NewMockTwitchAPIClient ¶
func NewMockTwitchAPIClient(ctrl *gomock.Controller) *MockTwitchAPIClient
NewMockTwitchAPIClient creates a new mock instance.
func (*MockTwitchAPIClient) EXPECT ¶
func (m *MockTwitchAPIClient) EXPECT() *MockTwitchAPIClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTwitchAPIClient) GetClip ¶
func (m *MockTwitchAPIClient) GetClip(arg0 string) (gotwitch.V5GetClipResponse, *http.Response, error)
GetClip mocks base method.
type MockTwitchAPIClientMockRecorder ¶
type MockTwitchAPIClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTwitchAPIClientMockRecorder is the mock recorder for MockTwitchAPIClient.
func (*MockTwitchAPIClientMockRecorder) GetClip ¶
func (mr *MockTwitchAPIClientMockRecorder) GetClip(arg0 interface{}) *gomock.Call
GetClip indicates an expected call of GetClip.