secret

package
v2.7.5 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 4 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 struct {
	clients.CLI
	api.SecretsApi
	api.OrganizationsApi
}

func (Client) Delete

func (c Client) Delete(ctx context.Context, params *DeleteParams) error

func (Client) List

func (c Client) List(ctx context.Context, params *ListParams) error

func (Client) Update

func (c Client) Update(ctx context.Context, params *UpdateParams) error

type DeleteParams

type DeleteParams struct {
	clients.OrgParams
	Key string
}

type ListParams

type ListParams struct {
	clients.OrgParams
}

type UpdateParams

type UpdateParams struct {
	clients.OrgParams
	Key   string
	Value string
}

Jump to

Keyboard shortcuts

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