Documentation ¶
Index ¶
- func GetBuild(project *gitlab.Project, buildId string, client *gitlab.Gitlab) (*gitlab.Build, error)
- func GetEnv(name, deflt string) string
- func GetProject(p string, client *gitlab.Gitlab) (*gitlab.Project, error)
- func Unzip(archive, target string) error
- type Config
- type GitLabConfig
- type MailerConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Gitlab *GitLabConfig `json:"gitlab"`
}
type GitLabConfig ¶
Click to show internal directories.
Click to hide internal directories.