Documentation
¶
Index ¶
Constants ¶
View Source
const CLONE_DIRECTORY = "glrepos"
View Source
const ENCRYPT_DIRECTORY = "encrypted"
View Source
const TAR_DIRECTORY = "tars"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Apps ¶
type Apps struct {
CodeComponentGitSyncs []CodeComponents `yaml:"apps_v1"`
}
type CodeComponents ¶
type CodeComponents struct {
GitlabSyncs []GitlabSync `yaml:"codeComponents"`
}
type DecodedKey ¶
type GitlabSync ¶
type GitlabSync struct {
GitSync *SyncConfig `yaml:"gitlabSync"`
}
type SyncConfig ¶
type Uploader ¶
type Uploader struct {
// contains filtered or unexported fields
}
func NewUploader ¶
Click to show internal directories.
Click to hide internal directories.