Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddDomainForm ¶
type Config ¶
type Config struct { DDNSConfig *DDNSConfig `json:"ddns" toml:"ddns"` StoreConfig *StoreConfig `json:"store" toml:"store"` ApiConfig *ApiConfig `json:"api" toml:"api"` }
func ParseConfig ¶
type DDNSConfig ¶
type DDNSConfig struct {
Addr string `json:"ddns_server" toml:"addr"`
}
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func NewStore ¶
func NewStore(cfg *StoreConfig) (*Store, error)
type StoreConfig ¶
Click to show internal directories.
Click to hide internal directories.