Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
RepoDir string `yaml:"repoDir" validate:"nonzero"`
Interval time.Duration `yaml:"interval" validate:"nonzero"`
PrivateKeyPath string `yaml:"privateKeyPath" validate:"nonzero"`
PrivateKeyPassword string `yaml:"privateKeyPassword"`
KnownHostsPath string `yaml:"knownHostsPath" validate:"nonzero"`
}
Config defines configuration params for periodically syncing graph to a git repository.
Click to show internal directories.
Click to hide internal directories.