Documentation
¶
Index ¶
Constants ¶
View Source
const ( CommandSSH = "ssh" CommandSFTP = "sftp" DefaultSSHUser = "ubuntu" )
View Source
const AirdbWiki = "https://airdb-wiki.github.io/"
View Source
const (
GoScaffoldPath = "src/github.com/catchplay/scaffold"
)
Variables ¶
View Source
var ( BuildTime string Commit string Version string )
View Source
var Gopath string
Functions ¶
Types ¶
type DatabaseItem ¶
type HostInstance ¶
type HostInstance struct {
PageNumber int `json:"PageNumber"`
PageSize int `json:"PageSize"`
RequestID string `json:"RequestId"`
TotalCount int `json:"TotalCount"`
DomainRecords struct {
Record []struct {
DomainName string `json:"DomainName"`
Line string `json:"Line"`
Locked bool `json:"Locked"`
RR string `json:"RR"`
RecordID string `json:"RecordId"`
Status string `json:"Status"`
TTL int `json:"TTL"`
Type string `json:"Type"`
Value string `json:"Value"`
Weight int `json:"Weight"`
} `json:"Record"`
} `json:"DomainRecords"`
}
Click to show internal directories.
Click to hide internal directories.