Documentation ¶
Overview ¶
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 MockGithubProvider ¶
type MockGithubProvider struct {
// contains filtered or unexported fields
}
MockGithubProvider is a mock of GithubProvider interface.
func NewMockGithubProvider ¶
func NewMockGithubProvider(ctrl *gomock.Controller) *MockGithubProvider
NewMockGithubProvider creates a new mock instance.
func (*MockGithubProvider) CreateRepo ¶
func (m *MockGithubProvider) CreateRepo(arg0 string, arg1 github.CreateRepoRequest) (*github.CreateRepoResponse, *github.ErrorResponse)
CreateRepo mocks base method.
func (*MockGithubProvider) EXPECT ¶
func (m *MockGithubProvider) EXPECT() *MockGithubProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGithubProviderMockRecorder ¶
type MockGithubProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockGithubProviderMockRecorder is the mock recorder for MockGithubProvider.
func (*MockGithubProviderMockRecorder) CreateRepo ¶
func (mr *MockGithubProviderMockRecorder) CreateRepo(arg0, arg1 interface{}) *gomock.Call
CreateRepo indicates an expected call of CreateRepo.
Click to show internal directories.
Click to hide internal directories.