package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 13, 2023
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Backend struct {
URL string `yaml:"url"`
Schedule string `yaml:"schedule"`
OpenPR OpenPR `yaml:"open_pull_request"`
}
type Config struct {
Backends []Backend `yaml:"backends"`
}
Parse a yaml given file into a *config.Config struct.
type OpenPR struct {
Repo string `yaml:"repository"`
TargetFile string `yaml:"target_file"`
TargetBranch string `yaml:"target_branch"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.