client

package
v0.0.0-...-3212739 Latest Latest
Warning

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

Go to latest
Published: May 25, 2018 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigManager

type ConfigManager interface {
	GetConfigurations() ([]byte, error)
	StartPolling()
}

func New

func New(c config.C, f func()) (ConfigManager, error)

type Response

type Response struct {
	Configs map[string]string
	Errors  []string
}

Response from managerConfig

func NewResponse

func NewResponse() *Response

type S3

type S3 struct {
	Env       map[string]string
	Interface *s3.S3
	// contains filtered or unexported fields
}

func NewS3Manager

func NewS3Manager(c config.C, f func()) S3

func (S3) GetConfigurations

func (c S3) GetConfigurations() ([]byte, error)

func (S3) StartPolling

func (c S3) StartPolling()

type SSM

type SSM struct {
	Parameters []string
	Interface  *ssm.SSM
	// contains filtered or unexported fields
}

func NewSSMManager

func NewSSMManager(c config.C, f func()) SSM

func (SSM) GetConfigurations

func (c SSM) GetConfigurations() ([]byte, error)

func (SSM) StartPolling

func (c SSM) StartPolling()

Jump to

Keyboard shortcuts

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