Documentation
¶
Index ¶
Constants ¶
View Source
const (
CreateDatabase = "create_database"
)
View Source
const (
ListDatabases = "list_databases"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterTools ¶ added in v1.0.0
Types ¶
type CreateDatabaseInput ¶ added in v0.2.0
type CreateDatabaseInput struct {
DatabaseType string `json:"database_type" jsonschema:"installed database app type, support mysql and postgresql"`
Database string `json:"database" jsonschema:"installed database app name"`
Name string `json:"name" jsonschema:"database name"`
Username string `json:"username,omitempty" jsonschema:"database username"`
Password string `json:"password,omitempty" jsonschema:"database password"`
}
type ListDatabasesInput ¶ added in v0.2.0
type ListDatabasesInput struct {
Name string `json:"name" jsonschema:"database name"`
}
Click to show internal directories.
Click to hide internal directories.