data

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Env

type Env struct {
	Provider                   string
	VaultName                  string
	ConsumerType               string
	Namespace                  string
	SecretName                 string
	RefreshRate                int
	ConvertHyphenToUnderscores bool
}

func (*Env) Getenv

func (e *Env) Getenv() (err error)

type SecretAttribute

type SecretAttribute struct {
	DateUpdated       time.Time
	Value             string
	MarkedForDeletion bool
}

SecretAttribute is constructed after querying Vault for each secret. It contains various attributes of secret other than values.

Jump to

Keyboard shortcuts

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