Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IcpNotForRecord = errors.New("域名未备案")
Functions ¶
func GetHTTPResponse ¶
Types ¶
type AuthParams ¶
type DomainInfo ¶
type DomainInfo struct {
ContentTypeName string `json:"contentTypeName"`
Domain string `json:"domain"`
DomainId int64 `json:"domainId"`
HomeUrl string `json:"homeUrl"`
LeaderName string `json:"leaderName"`
LimitAccess string `json:"limitAccess"`
MainId int64 `json:"mainId"`
MainLicence string `json:"mainLicence"`
NatureName string `json:"natureName"`
ServiceId int64 `json:"serviceId"`
ServiceLicence string `json:"serviceLicence"`
ServiceName string `json:"serviceName"`
UnitName string `json:"unitName"`
UpdateRecordTime string `json:"updateRecordTime"`
}
type IcpResponse ¶
type ImageParams ¶
type QueryParams ¶
type QueryParams struct {
EndRow int `json:"endRow"`
FirstPage int `json:"firstPage"`
HasNextPage bool `json:"hasNextPage"`
HasPreviousPage bool `json:"hasPreviousPage"`
IsFirstPage bool `json:"isFirstPage"`
IsLastPage bool `json:"isLastPage"`
LastPage int `json:"lastPage"`
List []*DomainInfo `json:"list"`
NextPage int `json:"nextPage"`
PageNum int `json:"pageNum"`
PageSize int `json:"pageSize"`
Pages int `json:"pages"`
PrePage int `json:"prePage"`
Size int `json:"size"`
StartRow int `json:"startRow"`
Total int `json:"total"`
}
type QueryRequest ¶
Click to show internal directories.
Click to hide internal directories.