Documentation
¶
Index ¶
Constants ¶
View Source
const (
CreateSSL = "create_ssl"
)
View Source
const (
ListSSLs = "list_ssls"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterTools ¶ added in v1.0.0
Types ¶
type CreateSSLInput ¶ added in v0.2.0
type CreateSSLInput struct {
Domain string `json:"domain" jsonschema:"domain"`
Provider string `json:"provider" jsonschema:"provider support dnsAccount,http"`
DnsAccount string `json:"dnsAccount,omitempty" jsonschema:"DNS account exact name or numeric ID"`
DnsAccountID uint `json:"dns_account_id,omitempty" jsonschema:"DNS account ID"`
}
type ListSSLsInput ¶ added in v0.2.0
type ListSSLsInput struct {
}
Click to show internal directories.
Click to hide internal directories.