secrets

package
v0.0.0-...-db8f46d Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Wrapper

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

func New

func New(mount, prefix string) (*Wrapper, error)

func (*Wrapper) DeleteNetworkingService

func (w *Wrapper) DeleteNetworkingService(id uuid.UUID) error

func (*Wrapper) DeleteOrganizationLogsKeySecret

func (w *Wrapper) DeleteOrganizationLogsKeySecret(organizationID uuid.UUID) error

func (*Wrapper) GetNetworkingService

func (w *Wrapper) GetNetworkingService(id uuid.UUID) (*devcfgpb.NetworkingService, error)

func (*Wrapper) GetOrganizationLogsKeySecret

func (w *Wrapper) GetOrganizationLogsKeySecret(organizationID uuid.UUID) ([]byte, error)

func (*Wrapper) GetOrganizationZermeloToken

func (w *Wrapper) GetOrganizationZermeloToken(organizationID uuid.UUID) ([]byte, error)

func (*Wrapper) NewOrganizationLogsKeySecret

func (w *Wrapper) NewOrganizationLogsKeySecret(organizationID uuid.UUID) error

func (*Wrapper) UpsertNetworkingService

func (w *Wrapper) UpsertNetworkingService(id uuid.UUID, cfg *devcfgpb.NetworkingService) error

func (*Wrapper) UpsertOrganizationLogsKeySecret

func (w *Wrapper) UpsertOrganizationLogsKeySecret(organizationID uuid.UUID, key []byte) error

func (*Wrapper) UpsertOrganizationZermeloToken

func (w *Wrapper) UpsertOrganizationZermeloToken(id uuid.UUID, token []byte) error

Jump to

Keyboard shortcuts

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