globaldatasource

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

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 */
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL