secret

package
v1.0.0-alpha Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateSecretKey

func GenerateSecretKey() ([]byte, error)

func GetSecretKey

func GetSecretKey(projectDir string) ([]byte, error)

Types

type BaseManager

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

func (*BaseManager) Extract

func (s *BaseManager) Extract(data []byte) ([]byte, error)

func (*BaseManager) ExtractYamlData

func (s *BaseManager) ExtractYamlData(data []byte) ([]byte, error)

func (*BaseManager) Generate

func (s *BaseManager) Generate(data []byte) ([]byte, error)

func (*BaseManager) GenerateYamlData

func (s *BaseManager) GenerateYamlData(data []byte) ([]byte, error)

type Manager

type Manager interface {
	secret.Secret

	GenerateYamlData(data []byte) ([]byte, error)
	ExtractYamlData(encodedData []byte) ([]byte, error)
}

func GetManager

func GetManager(projectDir string) (Manager, error)

func NewManager

func NewManager(key []byte, options NewManagerOptions) (Manager, error)

func NewSafeManager

func NewSafeManager() (Manager, error)

type NewManagerOptions

type NewManagerOptions struct {
	IgnoreWarning bool
}

Jump to

Keyboard shortcuts

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