Documentation ¶
Index ¶
- Variables
- func GetAwsCredentials(profile string) (*credentials.Credentials, error)
- 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
- func WrapperTestCommand(reqs []*FakeRequest, envs map[string]string, t *testing.T, ...)
- func Zip(includePaths, excludePaths Paths, target string) error
- type Config
- type FakeRequest
- type GitLabConfig
- type MailerConfig
- type Paths
Constants ¶
This section is empty.
Variables ¶
View Source
var SemVersion = regexp.MustCompile("(v|)[0-9]{1,}\\.[0-9]{1,}\\.[0-9]{1,}(-[A-Za-z]*|)")
Functions ¶
func GetAwsCredentials ¶
func GetAwsCredentials(profile string) (*credentials.Credentials, error)
func WrapperTestCommand ¶
Types ¶
type Config ¶
type Config struct {
Gitlab *GitLabConfig `json:"gitlab"`
}
type FakeRequest ¶
type GitLabConfig ¶
type MailerConfig ¶
Click to show internal directories.
Click to hide internal directories.