Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountDTO ¶
type AccountDTO struct { Name AccountName `json:"name"` KeyPair KeyPairName `json:"keypair"` Email string `json:"email"` URL string `json:"url"` }
AccountDTO ...
type DirectoryDTO ¶
type DirectoryDTO struct { Name DirectoryName `json:"name"` Path string `json:"path"` }
DirectoryDTO ...
type Domain ¶
type Domain struct { ID string // id of segment Name DomainName // 域名 Ref string // 域配置文件('domain.config')的相对路径 }
Domain ...
type DomainDTO ¶
type DomainDTO struct { Name DomainName `json:"name"` KeyPair KeyPairName `json:"keypair"` Enabled bool `json:"enabled"` }
DomainDTO ...
type DomainName ¶
type DomainName string
DomainName ...
func (DomainName) String ¶
func (dn DomainName) String() string
type KeyPairDTO ¶
type KeyPairDTO struct { Name KeyPairName `json:"name"` Algorithm string `json:"algorithm"` FileName string `json:"file"` Directory DirectoryName `json:"directory"` }
KeyPairDTO ...
Source Files ¶
Click to show internal directories.
Click to hide internal directories.