datasource

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CreateDatasourceInput

type CreateDatasourceInput struct {
	Project    string `json:"project" jsonschema:"Project name to create the datasource in"`
	Datasource string `json:"datasource" jsonschema:"Datasource JSON as string"`
}

type DeleteDatasourceInput

type DeleteDatasourceInput struct {
	Project string `json:"project" jsonschema:"Project name"`
	Name    string `json:"name" jsonschema:"Datasource name to delete"`
}

type GetProjectDatasourceByNameInput

type GetProjectDatasourceByNameInput struct {
	Project string `json:"project" jsonschema:"Project name"`
	Name    string `json:"name" jsonschema:"Datasource name"`
}

type ListProjectDatasourcesInput

type ListProjectDatasourcesInput struct {
	Project string `json:"project" jsonschema:"Project name"`
}

type UpdateDatasourceInput

type UpdateDatasourceInput struct {
	Project    string `json:"project" jsonschema:"Project name to update the datasource in"`
	Datasource string `json:"datasource" jsonschema:"Datasource JSON as string"`
}

Jump to

Keyboard shortcuts

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