Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactCommand ¶
type ArtifactCommand struct { }
func (*ArtifactCommand) Help ¶
func (c *ArtifactCommand) Help() string
func (*ArtifactCommand) Run ¶
func (c *ArtifactCommand) Run(args []string) int
func (*ArtifactCommand) Synopsis ¶
func (c *ArtifactCommand) Synopsis() string
type ArtifactDownloadCommand ¶
type ArtifactDownloadCommand struct { *BaseCommand // contains filtered or unexported fields }
func (*ArtifactDownloadCommand) Flags ¶
func (c *ArtifactDownloadCommand) Flags() *flagset.FlagSets
func (*ArtifactDownloadCommand) Help ¶
func (c *ArtifactDownloadCommand) Help() string
func (*ArtifactDownloadCommand) Run ¶
func (c *ArtifactDownloadCommand) Run(args []string) int
func (*ArtifactDownloadCommand) Synopsis ¶
func (c *ArtifactDownloadCommand) Synopsis() string
type BaseCommand ¶
func (*BaseCommand) Client ¶
func (c *BaseCommand) Client() (*gitlab.Client, error)
Click to show internal directories.
Click to hide internal directories.