Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CoreFileTmpl = `` /* 426-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type Domain ¶
type DomainOptions ¶
type DomainOptions struct { Fqdn string `json:"fqdn"` Hosts []string `json:"hosts"` SubDomain map[string][]string `json:"subdomain"` Text string `json:"text"` CNAME string `json:"cname"` Normal bool `json:"normal"` }
func ParseDomainOptions ¶
func ParseDomainOptions(r *http.Request) (*DomainOptions, error)
func (*DomainOptions) String ¶
func (d *DomainOptions) String() string
type FrozenPrefix ¶ added in v0.5.0
type MigrateFrozen ¶ added in v0.5.0
func ParseMigrateFrozen ¶ added in v0.5.0
func ParseMigrateFrozen(r *http.Request) (*MigrateFrozen, error)
type MigrateRecord ¶ added in v0.5.0
type MigrateRecord struct { Fqdn string `json:"fqdn"` Hosts []string `json:"hosts"` SubDomain map[string][]string `json:"subdomain"` Text string `json:"text"` Token string `json:"token"` Expiration *time.Time `json:"expiration"` }
func ParseMigrateRecord ¶ added in v0.5.0
func ParseMigrateRecord(r *http.Request) (*MigrateRecord, error)
type MigrateToken ¶ added in v0.5.0
type MigrateToken struct { Path string `json:"path"` Token string `json:"token"` Expiration *time.Time `json:"expiration"` }
func ParseMigrateToken ¶ added in v0.5.0
func ParseMigrateToken(r *http.Request) (*MigrateToken, error)
type RecordCNAME ¶ added in v0.5.6
type SubRecordA ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.