yaml

package
v3.9.1 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const IndentDefault = 4

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

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

Store handles storage of YAML data

func NewStore

func NewStore(c *config.YAMLStoreConfig) *Store

func (*Store) EmitEncryptedFile

func (store *Store) EmitEncryptedFile(in sops.Tree) ([]byte, error)

EmitEncryptedFile returns the encrypted bytes of the yaml file corresponding to a sops.Tree runtime object

func (*Store) EmitExample

func (store *Store) EmitExample() []byte

EmitExample returns the bytes corresponding to an example complex tree

func (*Store) EmitPlainFile

func (store *Store) EmitPlainFile(branches sops.TreeBranches) ([]byte, error)

EmitPlainFile returns the plaintext bytes of the yaml file corresponding to a sops.TreeBranches runtime object

func (*Store) EmitValue

func (store *Store) EmitValue(v interface{}) ([]byte, error)

EmitValue returns bytes corresponding to a single encoded value in a generic interface{} object

func (*Store) HasSopsTopLevelKey

func (store *Store) HasSopsTopLevelKey(branch sops.TreeBranch) bool

HasSopsTopLevelKey checks whether a top-level "sops" key exists.

func (*Store) LoadEncryptedFile

func (store *Store) LoadEncryptedFile(in []byte) (sops.Tree, error)

LoadEncryptedFile loads the contents of an encrypted yaml file onto a sops.Tree runtime object

func (*Store) LoadPlainFile

func (store *Store) LoadPlainFile(in []byte) (sops.TreeBranches, error)

LoadPlainFile loads the contents of a plaintext yaml file onto a sops.Tree runtime object

Jump to

Keyboard shortcuts

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