Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Filesystem ConfigFilesystem
Git ConfigGit
GrpcNotifications []ConfigGrpcNotifications `yaml:"grpc_notifications"`
NotificationCommand []string `yaml:"notification_command"`
NotificationCommandRetries uint64 `yaml:"notification_command_retries"`
LogLevel string `yaml:"log_level"`
}
func (*Config) GetLogLevel ¶
type ConfigFilesystem ¶
type ConfigGit ¶
type ConfigGit struct {
Repo string
Ref string
Path string
Auth ConfigGitAuth
AcceptedSignatures string `yaml:"accepted_signatures"`
}
type ConfigGitAuth ¶
type ConfigGrpcAuth ¶
type ConfigGrpcNotifications ¶
Click to show internal directories.
Click to hide internal directories.