Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { OwnerID string `yaml:"ownerID"` APIBible string `yaml:"apiBible"` LetsEncryptEmail string `yaml:"letsEncryptEmail"` DecryptionKey string `yaml:"decryptionKey"` EncryptedFiles []string `yaml:"encryptedFiles"` IsDryRun bool `yaml:"dry"` }
Config is based off config.yml.
Click to show internal directories.
Click to hide internal directories.