Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateGlobalDatasourceInput ¶
type CreateGlobalDatasourceInput struct {
Name string `json:"name" jsonschema:"Global Datasource name"`
Type string `json:"type" jsonschema:"Type of datasource"`
URL string `json:"url" jsonschema:"Datasource URL"`
DisplayName string `json:"display_name,omitempty" jsonschema:"Display name for the datasource (optional, defaults to name)"`
ProxyType string `` /* 152-byte string literal not displayed */
}
type DeleteGlobalDatasourceInput ¶
type DeleteGlobalDatasourceInput struct {
Name string `json:"name" jsonschema:"Global Datasource name to delete"`
}
type GetGlobalDatasourceByNameInput ¶
type GetGlobalDatasourceByNameInput struct {
Name string `json:"name" jsonschema:"Global Datasource name"`
}
type UpdateGlobalDatasourceInput ¶
type UpdateGlobalDatasourceInput struct {
Name string `json:"name" jsonschema:"Global Datasource name"`
Type string `json:"type" jsonschema:"Type of datasource"`
URL string `json:"url" jsonschema:"Datasource URL"`
DisplayName string `json:"display_name,omitempty" jsonschema:"Display name for the datasource (optional, defaults to name)"`
ProxyType string `` /* 152-byte string literal not displayed */
}
Click to show internal directories.
Click to hide internal directories.