Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProwLiteConfig ¶
type ProwLiteConfig struct {
GitHub struct {
GitHubAppId int64 `yaml:"app_id"`
GitHubInstallationId int64 `yaml:"installation_id"`
PrivateKeyPath string `yaml:"private_key_path"`
} `yaml:"github"`
Features struct {
LabelSync struct {
Path string `yaml:"path"`
} `yaml:"label_sync"`
} `yaml:"features"`
}
func GetProwLiteConfig ¶
func GetProwLiteConfig(_ *slog.Logger) (*ProwLiteConfig, error)
Click to show internal directories.
Click to hide internal directories.