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"`
} `yaml:"github"`
Features struct {
LabelSync struct {
Path string `yaml:"path"`
} `yaml:"label_sync"`
} `yaml:"features"`
}
func GetProwLiteConfig ¶
func GetProwLiteConfig(logger *slog.Logger) *ProwLiteConfig
Click to show internal directories.
Click to hide internal directories.