project

package
v0.0.18 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCreateCommand added in v0.0.13

func NewCreateCommand(commandName string, client client.API, w io.Writer) *cobra.Command

NewCreateCommand creates a new command for creating a project.

func NewListCommand

func NewListCommand(commandName string, client client.API, w io.Writer) *cobra.Command

NewListCommand creates a new command to deal with projects

func NewProjectCommand added in v0.0.13

func NewProjectCommand(client client.API, w io.Writer) *cobra.Command

NewProjectCommand creates a new `project` command

Types

type CreateOptions added in v0.0.13

type CreateOptions struct {
	Args                    []string
	Title                   string
	Workspace               string
	NaivetyDistributionRate int32
}

CreateOptions are the options to be able to create a project.

type ListOptions

type ListOptions struct {
	Args        []string
	WorkspaceID string
}

ListOptions is the options for the listing projects command.

Jump to

Keyboard shortcuts

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