ssm

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

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

Backend provides access to a KV store backed by SSM

func New

func New(c *Config) (*Backend, error)

New returns a new Backend value

func (*Backend) Keys

func (b *Backend) Keys(t *template.Template) chan *template.Key

Keys returns a buffered channel of keys

type Config

type Config struct {
	Logger logrus.FieldLogger `validate:"required"`
	SSM    ssmiface.SSMAPI    `validate:"required"`
}

Config defines the input to a New backend operation

Jump to

Keyboard shortcuts

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