Documentation ¶
Overview ¶
Package githubclient_mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubClient ¶
type GithubClient struct {
// contains filtered or unexported fields
}
GithubClient is a mock of GithubClient interface
func NewGithubClient ¶
func NewGithubClient(ctrl *gomock.Controller) *GithubClient
NewGithubClient creates a new mock instance
func (*GithubClient) ChecksService ¶
func (m *GithubClient) ChecksService() githubintf.GithubChecks
ChecksService mocks base method
func (*GithubClient) EXPECT ¶
func (m *GithubClient) EXPECT() *GithubClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*GithubClient) PullRequestsService ¶
func (m *GithubClient) PullRequestsService() githubintf.GithubPullRequests
PullRequestsService mocks base method
func (*GithubClient) RepositoriesService ¶
func (m *GithubClient) RepositoriesService() githubintf.GithubRepositories
RepositoriesService mocks base method
type GithubClientMockRecorder ¶
type GithubClientMockRecorder struct {
// contains filtered or unexported fields
}
GithubClientMockRecorder is the mock recorder for GithubClient
func (*GithubClientMockRecorder) ChecksService ¶
func (mr *GithubClientMockRecorder) ChecksService() *gomock.Call
ChecksService indicates an expected call of ChecksService
func (*GithubClientMockRecorder) PullRequestsService ¶
func (mr *GithubClientMockRecorder) PullRequestsService() *gomock.Call
PullRequestsService indicates an expected call of PullRequestsService
func (*GithubClientMockRecorder) RepositoriesService ¶
func (mr *GithubClientMockRecorder) RepositoriesService() *gomock.Call
RepositoriesService indicates an expected call of RepositoriesService
Click to show internal directories.
Click to hide internal directories.