Documentation
¶
Overview ¶
Package mock_github is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGithub ¶
type MockGithub struct {
// contains filtered or unexported fields
}
MockGithub is a mock of Github interface.
func NewMockGithub ¶
func NewMockGithub(ctrl *gomock.Controller) *MockGithub
NewMockGithub creates a new mock instance.
func (*MockGithub) CreatePullRequest ¶
func (m *MockGithub) CreatePullRequest(ctx context.Context, headBranch, tag string) error
CreatePullRequest mocks base method.
func (*MockGithub) EXPECT ¶
func (m *MockGithub) EXPECT() *MockGithubMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGithubMockRecorder ¶
type MockGithubMockRecorder struct {
// contains filtered or unexported fields
}
MockGithubMockRecorder is the mock recorder for MockGithub.
func (*MockGithubMockRecorder) CreatePullRequest ¶
func (mr *MockGithubMockRecorder) CreatePullRequest(ctx, headBranch, tag any) *gomock.Call
CreatePullRequest indicates an expected call of CreatePullRequest.
Click to show internal directories.
Click to hide internal directories.