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) GetClips ¶ added in v1.1.0
func (m *MockTwitchAPIClient) GetClips(arg0 *helix.ClipsParams) (*helix.ClipsResponse, error)
GetClips mocks base method.
type MockTwitchAPIClientMockRecorder ¶
type MockTwitchAPIClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTwitchAPIClientMockRecorder is the mock recorder for MockTwitchAPIClient.
func (*MockTwitchAPIClientMockRecorder) GetClips ¶ added in v1.1.0
func (mr *MockTwitchAPIClientMockRecorder) GetClips(arg0 interface{}) *gomock.Call
GetClips indicates an expected call of GetClips.