Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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"` }
func ParseDomainOptions ¶
func ParseDomainOptions(r *http.Request) (*DomainOptions, error)
func (*DomainOptions) String ¶
func (d *DomainOptions) String() string
Click to show internal directories.
Click to hide internal directories.