project

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CreateProjectInput

type CreateProjectInput struct {
	Project     string `json:"project" jsonschema:"Name of the project to create"`
	DisplayName string `json:"displayName" jsonschema:"Display name for the project"`
	Description string `json:"description" jsonschema:"Description for the project"`
}

type DeleteProjectInput

type DeleteProjectInput struct {
	Name string `json:"name" jsonschema:"Name of the project to delete"`
}

type GetProjectInput

type GetProjectInput struct {
	Name string `json:"name" jsonschema:"Name of the project to retrieve"`
}

type ListProjectsInput

type ListProjectsInput struct{}

type UpdateProjectInput

type UpdateProjectInput struct {
	Name        string `json:"name" jsonschema:"Name of the project to update"`
	DisplayName string `json:"displayName" jsonschema:"Display name for the project"`
	Description string `json:"description" jsonschema:"Description for the project"`
}

Jump to

Keyboard shortcuts

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