secrets

package
v0.0.364 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load added in v0.0.323

Types

type GroundedSecrets

type GroundedSecrets interface {
	Get(ctx context.Context, secretRef *schema.PackageRef) (*schema.SecretResult, error)
}

type SecretIdentifier added in v0.0.357

type SecretIdentifier struct {
	ServerRef *ServerRef
	SecretRef string
}

func (SecretIdentifier) String added in v0.0.357

func (s SecretIdentifier) String() string

type SecretLoadRequest

type SecretLoadRequest struct {
	SecretRef *schema.PackageRef
	Server    *ServerRef
}

func (SecretLoadRequest) GetSecretIdentifier added in v0.0.357

func (s SecretLoadRequest) GetSecretIdentifier() SecretIdentifier

type ServerRef added in v0.0.357

type ServerRef struct {
	PackageName schema.PackageName
	ModuleName  string
	RelPath     string // Relative path within the module.
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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