Documentation ¶
Overview ¶
Package mock_twitch is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTwitchClient ¶
type MockTwitchClient struct {
// contains filtered or unexported fields
}
MockTwitchClient is a mock of TwitchClient interface.
func NewMockTwitchClient ¶
func NewMockTwitchClient(ctrl *gomock.Controller) *MockTwitchClient
NewMockTwitchClient creates a new mock instance.
func (*MockTwitchClient) EXPECT ¶
func (m *MockTwitchClient) EXPECT() *MockTwitchClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTwitchClient) GetVideos ¶
func (m *MockTwitchClient) GetVideos(ctx context.Context, param twitch.TwitchVideosParam) (model.Videos, error)
GetVideos mocks base method.
type MockTwitchClientMockRecorder ¶
type MockTwitchClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTwitchClientMockRecorder is the mock recorder for MockTwitchClient.
Click to show internal directories.
Click to hide internal directories.