package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AcmeInfo struct {
Email string `yaml:"email"`
}
type AliYun struct {
Kodo *Kodo `yaml:"kodo"`
}
type Cname struct {
Enabled bool `yaml:"enabled"`
Value string `yaml:"value"`
}
type DomainInfo struct {
Domain string `yaml:"domain"`
Provider string `yaml:"provider"`
To string `yaml:"to"`
Baidu *BaiduYun `yaml:"baidu,omitempty"`
AliYun *AliYun `yaml:"ali,omitempty"`
}
type Kodo struct {
Bucket string `yaml:"bucket"`
Region string `yaml:"region"`
CnameInfo *Cname `yaml:"cname"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.