modifiers

package
v0.1.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2017 License: MPL-2.0 Imports: 3 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{}

Env represents the environment modifier.

func NewEnv

func NewEnv() *Env

NewEnv instantiates and returns a reference to an Env

func (*Env) Get

func (e *Env) Get(s string) (*string, error)

Get returns the environment variable.

type Modifiers

type Modifiers struct {
	Env   *Env
	Vault *Vault
}

Modifiers is an object used to hold all modifiers for use within templates.

func NewModifiers

func NewModifiers(opts *Options) *Modifiers

NewModifiers instantiates and returns a Modifiers.

type Options

type Options struct {
	VaultAddress string
}

Options holds all the modififer specific settings.

type Vault

type Vault struct {
	Address string
	Client  *api.Client
}

Vault represents the vault modifier.

func NewVault

func NewVault(a string) *Vault

NewVault instantiates and returns a reference to a Vault

func (*Vault) Secret

func (v *Vault) Secret(p, k string) (string, error)

Secret returns the secret.

Jump to

Keyboard shortcuts

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