project

package
v1.14.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {

	// Initialize client
	Initialize() error

	// Create a new project
	Create(context.Context, *platform.CreateProjectOptions) (platform.Project, error)

	// Update a project
	Update(context.Context, *platform.UpdateProjectOptions) (platform.Project, error)

	// Delete a project
	Delete(context.Context, *platform.DeleteProjectOptions) error

	// Get projects
	Get(context.Context, *platform.GetProjectsOptions) ([]platform.Project, error)
}

Directories

Path Synopsis
internalc

Jump to

Keyboard shortcuts

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