Documentation ¶
Overview ¶
Package config defines the format of the configuration file
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Match string `yaml:"match"` EMail string `yaml:"email"` Keyname string `json:"keyname"` SigningKey string `json:"signingkey"` CommitOpts string `json:"commit-opts"` }
Config defines each entry for the File matching a remote and containing a configuration to apply for the repo
Click to show internal directories.
Click to hide internal directories.