Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateProjectInput ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.