Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePopupAction ¶
type CreatePopupAction struct {
actionutils.ParentAction
}
func (*CreatePopupAction) Init ¶
func (this *CreatePopupAction) Init()
func (*CreatePopupAction) RunGet ¶
func (this *CreatePopupAction) RunGet(params struct{})
func (*CreatePopupAction) RunPost ¶
func (this *CreatePopupAction) RunPost(params struct { Name string Type string // DNSPod ParamId string ParamToken string // AliDNS ParamAccessKeyId string ParamAccessKeySecret string // HuaweiDNS ParamHuaweiAccessKeyId string ParamHuaweiAccessKeySecret string // DNS.COM ParamApiKey string ParamApiSecret string // CloudFlare CloudFlareAPIKey string CloudFlareEmail string // Local EdgeDNS ParamLocalEdgeDNSClusterId int64 // CustomHTTP ParamCustomHTTPURL string ParamCustomHTTPSecret string Must *actions.Must CSRF *actionutils.CSRF })
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { ProviderId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { Keyword string })
type ProviderAction ¶
type ProviderAction struct {
actionutils.ParentAction
}
func (*ProviderAction) Init ¶
func (this *ProviderAction) Init()
func (*ProviderAction) RunGet ¶
func (this *ProviderAction) RunGet(params struct { ProviderId int64 })
type SyncDomainsAction ¶ added in v0.3.0
type SyncDomainsAction struct {
actionutils.ParentAction
}
func (*SyncDomainsAction) RunPost ¶ added in v0.3.0
func (this *SyncDomainsAction) RunPost(params struct { ProviderId int64 })
type UpdatePopupAction ¶
type UpdatePopupAction struct {
actionutils.ParentAction
}
func (*UpdatePopupAction) Init ¶
func (this *UpdatePopupAction) Init()
func (*UpdatePopupAction) RunGet ¶
func (this *UpdatePopupAction) RunGet(params struct { ProviderId int64 })
func (*UpdatePopupAction) RunPost ¶
func (this *UpdatePopupAction) RunPost(params struct { ProviderId int64 Name string Type string // DNSPod ParamId string ParamToken string // AliDNS ParamAccessKeyId string ParamAccessKeySecret string // HuaweiDNS ParamHuaweiAccessKeyId string ParamHuaweiAccessKeySecret string // DNS.COM ParamApiKey string ParamApiSecret string // CloudFlare CloudFlareAPIKey string CloudFlareEmail string // Local EdgeDNS ParamLocalEdgeDNSClusterId int64 // CustomHTTP ParamCustomHTTPURL string ParamCustomHTTPSecret string Must *actions.Must CSRF *actionutils.CSRF })
Click to show internal directories.
Click to hide internal directories.