Documentation
¶
Index ¶
Constants ¶
View Source
const (
InstallMySQL = "install_mysql"
)
View Source
const (
InstallOpenResty = "install_openresty"
)
View Source
const (
ListInstalledApps = "list_installed_apps"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterTools ¶ added in v1.0.0
Types ¶
type InstallMySQLInput ¶ added in v0.2.0
type InstallMySQLInput struct {
Name string `json:"name" jsonschema:"mysql name"`
Version string `json:"version,omitempty" jsonschema:"mysql version, not support latest version"`
RootPassword string `json:"root_password,omitempty" jsonschema:"mysql root password"`
Port float64 `json:"port,omitempty" jsonschema:"mysql port"`
}
type InstallOpenRestyInput ¶ added in v0.2.0
type ListInstalledAppsInput ¶ added in v0.2.0
type ListInstalledAppsInput struct {
}
Click to show internal directories.
Click to hide internal directories.