Documentation
¶
Index ¶
- type Client
- func (_m *Client) GetCommitContentDiff(_a0 *github.RepositoryCommit, _a1 string, _a2 string) (string, error)
- func (_m *Client) GetLatestReleaseOrZero(_a0 string, _a1 string) (string, error)
- func (_m *Client) GetUserSignatures(_a0 string) ([]string, error)
- func (_m *Client) ListRepoBranches(_a0 string, _a1 string) (*pkggithub.BranchList, error)
- func (_m *Client) ListRepoCommits(_a0 pkggithub.ListRepoCommitsOpts) (*pkggithub.CommitList, error)
- func (_m *Client) ListRepos(_a0 string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func NewClient ¶
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Client) GetCommitContentDiff ¶
func (_m *Client) GetCommitContentDiff(_a0 *github.RepositoryCommit, _a1 string, _a2 string) (string, error)
GetCommitContentDiff provides a mock function with given fields: _a0, _a1, _a2
func (*Client) GetLatestReleaseOrZero ¶
GetLatestReleaseOrZero provides a mock function with given fields: _a0, _a1
func (*Client) GetUserSignatures ¶
GetUserSignatures provides a mock function with given fields: _a0
func (*Client) ListRepoBranches ¶
ListRepoBranches provides a mock function with given fields: _a0, _a1
func (*Client) ListRepoCommits ¶
func (_m *Client) ListRepoCommits(_a0 pkggithub.ListRepoCommitsOpts) (*pkggithub.CommitList, error)
ListRepoCommits provides a mock function with given fields: _a0
Click to show internal directories.
Click to hide internal directories.