project

package
v0.0.28 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCreateApiKeyCmd added in v0.0.5

func NewCreateApiKeyCmd() *cobra.Command

func NewCreateProjectCmd

func NewCreateProjectCmd() *cobra.Command

func NewDeleteKeyCmd added in v0.0.5

func NewDeleteKeyCmd() *cobra.Command

func NewDeleteProjectCmd

func NewDeleteProjectCmd() *cobra.Command

func NewListKeysCmd added in v0.0.5

func NewListKeysCmd() *cobra.Command

func NewListProjectsCmd

func NewListProjectsCmd() *cobra.Command

func NewProjectCmd

func NewProjectCmd() *cobra.Command

Types

type CreateApiKeyOptions added in v0.0.5

type CreateApiKeyOptions struct {
	// contains filtered or unexported fields
}

type CreateProjectCmdOptions

type CreateProjectCmdOptions struct {
	// contains filtered or unexported fields
}

type DeleteApiKeyOptions added in v0.0.5

type DeleteApiKeyOptions struct {
	// contains filtered or unexported fields
}

type DeleteProjectCmdOptions

type DeleteProjectCmdOptions struct {
	// contains filtered or unexported fields
}

type ListKeysCmdCmdOptions added in v0.0.5

type ListKeysCmdCmdOptions struct {
	// contains filtered or unexported fields
}

type ListProjectCmdOptions

type ListProjectCmdOptions struct {
	// contains filtered or unexported fields
}

type PresentedKey added in v0.0.5

type PresentedKey struct {
	Name  string `json:"name"`
	Value string `json:"value"`
	Id    string `json:"id"`
}

Jump to

Keyboard shortcuts

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