ssmconfig

package module
v0.0.0-...-16b95ba Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

README

ssmconfig

stability-wip

ssmconfig is a quick way to populate a struct with values from SSM Parameter Store.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MissingParameters

type MissingParameters []string

func (MissingParameters) Error

func (e MissingParameters) Error() string

type Request

type Request interface {
	Send(ctx context.Context) error
}

func NewRequest

func NewRequest(configurable interface{}, path string, client ssm.GetParametersByPathAPIClient) Request

Jump to

Keyboard shortcuts

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