provider

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSProvider

type AWSProvider struct {
	Session *session.Session
	Service *ssm.SSM
}

func (AWSProvider) GetParameterValue

func (p AWSProvider) GetParameterValue(name string, decrypt bool) (string, error)

type Provider

type Provider interface {
	GetParameterValue(string, bool) (string, error)
}

func NewAWSProvider

func NewAWSProvider(cfg *config.Config) (Provider, error)

func NewProvider

func NewProvider(cfg *config.Config) (Provider, error)

Jump to

Keyboard shortcuts

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