package
Version:
v0.0.0-...-1cde5fb
Opens a new window with list of versions in this module.
Published: May 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ViperTokenKey = "token"
ViperUsernameKey = "username"
)
type Repo struct {
URL string `yaml:"url"`
Deployment bool `yaml:"deployment"`
Secret string `yaml:"secret"`
Directory string `yaml:"directory"`
}
type Secret struct {
Username string `yaml:"username"`
Password string `yaml:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.