Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EntryPoint ¶
func EntryPoint()
Types ¶
type Config ¶
type Config struct {
Domains []string `yaml:"domains"`
Directory string `yaml:"directory"`
RegInfo string `yaml:"reginfo"`
EABKeyID string `yaml:"EAB_KEY_ID"`
EABHMACKey string `yaml:"EAB_HMAC_KEY"`
CloudflareAPIToken string `yaml:"CLOUDFLARE_API_TOKEN"`
CloudflareZoneID string `yaml:"CLOUDFLARE_ZONE_ID"`
AfterSetupScript string `yaml:"AFTER_SETUP_SCRIPT"`
SavingCerPath string `yaml:"SAVING_CER_PATH"`
SavingKeyPath string `yaml:"SAVING_KEY_PATH"`
}
Click to show internal directories.
Click to hide internal directories.