Documentation ¶
Index ¶
- type GitlabClient
- func (_m *GitlabClient) CreateProject(opt *gitlab.CreateProjectOptions, options ...gitlab.RequestOptionFunc) (*gitlab.Project, *gitlab.Response, error)
- func (_m *GitlabClient) CurrentUser(options ...gitlab.RequestOptionFunc) (*gitlab.User, *gitlab.Response, error)
- func (_m *GitlabClient) ListGroups(opt *gitlab.ListGroupsOptions, options ...gitlab.RequestOptionFunc) ([]*gitlab.Group, *gitlab.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitlabClient ¶
GitlabClient is an autogenerated mock type for the GitlabClient type
func (*GitlabClient) CreateProject ¶
func (_m *GitlabClient) CreateProject(opt *gitlab.CreateProjectOptions, options ...gitlab.RequestOptionFunc) (*gitlab.Project, *gitlab.Response, error)
CreateProject provides a mock function with given fields: opt, options
func (*GitlabClient) CurrentUser ¶
func (_m *GitlabClient) CurrentUser(options ...gitlab.RequestOptionFunc) (*gitlab.User, *gitlab.Response, error)
CurrentUser provides a mock function with given fields: options
func (*GitlabClient) ListGroups ¶
func (_m *GitlabClient) ListGroups(opt *gitlab.ListGroupsOptions, options ...gitlab.RequestOptionFunc) ([]*gitlab.Group, *gitlab.Response, error)
ListGroups provides a mock function with given fields: opt, options
Click to show internal directories.
Click to hide internal directories.