Documentation
¶
Index ¶
Constants ¶
View Source
const ApiSuffix = "/api/v4"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) FindAllComposerProjects ¶
func (c *Client) FindAllComposerProjects() ([]*ComposerProject, error)
type ComposerProject ¶
type ComposerProject struct {
Name string
Vendor string
Project *gitlab.Project
Head *gitlab.Commit
Tags []*gitlab.Tag
ComposerJson map[string]interface{}
}
func (*ComposerProject) GitUrl ¶
func (project *ComposerProject) GitUrl() string
func (*ComposerProject) Type ¶
func (project *ComposerProject) Type() string
Click to show internal directories.
Click to hide internal directories.