Documentation
¶
Index ¶
Constants ¶
View Source
const ( SourceGit = "git" SourceDir = "dir" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket struct {
// Name string
Source string `toml:"source" validate:"required,oneof=dir git"`
LocalDir string `toml:"local_dir" validate:"required"`
GitRepoUrl string `toml:"git_repo_url" `
GitRelativeDir string `toml:"git_relative_dir" validate:"required" default:"."`
GitUsername string `toml:"git_username" `
GitPasswordEnvVar string `toml:"git_password_env_var" default:"CONFKV_GIT_PASSWORD"`
}
Click to show internal directories.
Click to hide internal directories.