Documentation ¶
Overview ¶
Package mock_gh is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGitHubService ¶
type MockGitHubService struct {
// contains filtered or unexported fields
}
MockGitHubService is a mock of GitHubService interface
func NewMockGitHubService ¶
func NewMockGitHubService(ctrl *gomock.Controller) *MockGitHubService
NewMockGitHubService creates a new mock instance
func (*MockGitHubService) CreateIssue ¶
func (m *MockGitHubService) CreateIssue(title, body string, labels []string) (*gh.GitHubIssue, error)
CreateIssue mocks base method
func (*MockGitHubService) EXPECT ¶
func (m *MockGitHubService) EXPECT() *MockGitHubServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockGitHubServiceMockRecorder ¶
type MockGitHubServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockGitHubServiceMockRecorder is the mock recorder for MockGitHubService
func (*MockGitHubServiceMockRecorder) CreateIssue ¶
func (mr *MockGitHubServiceMockRecorder) CreateIssue(title, body, labels interface{}) *gomock.Call
CreateIssue indicates an expected call of CreateIssue
Click to show internal directories.
Click to hide internal directories.