Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFakeClient ¶
func NewFakeClient( baseURL string, accessToken string, getFileFunc GetFileFunc, getProjectFunc GetProjectFunc, getReleaseArtifactFunc GetReleaseArtifactFunc, ) (bbGitLab.Client, error)
NewFakeClient - returns a new Fake GitLab client with the provided options
Types ¶
type FakeClient ¶
type FakeClient struct {
// contains filtered or unexported fields
}
FakeClient
func (*FakeClient) GetFile ¶
func (*FakeClient) GetProject ¶
func (c *FakeClient) GetProject(projectID string) (*gitlab.Project, error)
type GetFileFunc ¶
Click to show internal directories.
Click to hide internal directories.