Documentation ¶
Index ¶
- type GitLab
- func (g *GitLab) CreateGroup(ctx context.Context, name string, options *provider.CreateGroupOptions) (*provider.Group, error)
- func (g *GitLab) CreatePipeline(ctx context.Context, groupID, name string, ...) (*provider.Pipeline, error)
- func (g *GitLab) CreateUser(ctx context.Context, name, username, password, email string, ...) (*provider.User, error)
- func (g *GitLab) DeleteGroup(ctx context.Context, groupID string, options *provider.DeleteGroupOptions) error
- func (g *GitLab) DeletePipeline(ctx context.Context, pipelineID string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitLab ¶
type GitLab struct {
// contains filtered or unexported fields
}
func (*GitLab) CreateGroup ¶
func (*GitLab) CreatePipeline ¶
func (*GitLab) CreateUser ¶
func (*GitLab) DeleteGroup ¶
func (*GitLab) DeletePipeline ¶
Click to show internal directories.
Click to hide internal directories.