Documentation
¶
Index ¶
Constants ¶
View Source
const (
CreateWebsite = "create_website"
)
View Source
const (
ListWebsites = "list_websites"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterTools ¶ added in v1.0.0
Types ¶
type CreateWebsiteInput ¶ added in v0.2.0
type CreateWebsiteInput struct {
Domain string `json:"domain" jsonschema:"domain,required"`
WebsiteType string `json:"website_type" jsonschema:"website type,only support static and proxy,required"`
ProxyAddress string `json:"proxy_address,omitempty" jsonschema:"proxy address,only support for proxy website"`
}
type ListWebsitesInput ¶ added in v0.2.0
type ListWebsitesInput struct {
Name string `json:"name,omitempty" jsonschema:"search by website name"`
}
Click to show internal directories.
Click to hide internal directories.