Documentation
¶
Index ¶
- Variables
- func DtRegister(name string, actionFactory func(Param) (Action, error))
- type Action
- func NewCdnAddServer(param Param) (Action, error)
- func NewCdnDelServer(param Param) (Action, error)
- func NewCdnGetLastEvent(param Param) (Action, error)
- func NewCdnGetList(param Param) (Action, error)
- func NewCdnGetMax(param Param) (Action, error)
- func NewDnsAddDomain(param Param) (Action, error)
- func NewDnsDelDomain(param Param) (Action, error)
- func NewDnsGetLastEvent(param Param) (Action, error)
- func NewDnsGetList(param Param) (Action, error)
- func NewDnsGetMax(param Param) (Action, error)
- type CdnAddServer
- type CdnDelServer
- type CdnEvent
- type CdnGetLastEvent
- type CdnGetList
- type CdnGetMax
- type DnsAddDomain
- type DnsDelDomain
- type DnsGetLastEvent
- type DnsGetList
- type DnsGetMax
- type Event
- type Param
- type Record
- type Servers
Constants ¶
This section is empty.
Variables ¶
View Source
var Actions = map[string]func(Param) (Action, error){}
Functions ¶
Types ¶
type Action ¶
func NewCdnAddServer ¶
func NewCdnDelServer ¶
func NewCdnGetLastEvent ¶
func NewCdnGetList ¶
func NewCdnGetMax ¶
func NewDnsAddDomain ¶
func NewDnsDelDomain ¶
func NewDnsGetLastEvent ¶
func NewDnsGetList ¶
func NewDnsGetMax ¶
type CdnAddServer ¶
type CdnAddServer struct {
// contains filtered or unexported fields
}
type CdnDelServer ¶
type CdnDelServer struct {
// contains filtered or unexported fields
}
type CdnGetLastEvent ¶
type CdnGetLastEvent struct {
// contains filtered or unexported fields
}
type CdnGetList ¶
type CdnGetList struct {
// contains filtered or unexported fields
}
type DnsAddDomain ¶
type DnsAddDomain struct {
// contains filtered or unexported fields
}
type DnsDelDomain ¶
type DnsDelDomain struct {
// contains filtered or unexported fields
}
type DnsGetLastEvent ¶
type DnsGetLastEvent struct {
// contains filtered or unexported fields
}
type DnsGetList ¶
type DnsGetList struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.