Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // BaseURL is the URL of the gitlab instance BaseURL string `yaml:"baseUrl" mapstructure:"baseUrl"` // Token is the personal access token used to authenticate with the gitlab instance Token string `yaml:"token" mapstructure:"token"` // ProjectID is the ID of the project in the gitlab instance that contains the global targets ProjectID int `yaml:"projectId" mapstructure:"projectId"` // Branch is the branch to use for the gitlab repository Branch string `yaml:"branch" mapstructure:"branch"` }
Config contains the configuration for the gitlab client
Click to show internal directories.
Click to hide internal directories.