secrets_encrypted

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrEnvDecrypted = errors.New("env file decrypted")
View Source
var ErrSecretDecrypted = errors.New("secret file decrypted")

Functions

func New

func New() *cobra.Command

Types

type Secret

type Secret struct {
	APIVersion string             `yaml:"apiVersion"`
	Kind       string             `yaml:"kind"`
	Data       *map[string]string `yaml:"data"`
	StringData *map[string]string `yaml:"stringData"`
	Sops       *map[string]any    `yaml:"sops"`
}

Jump to

Keyboard shortcuts

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