Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(o *options)
func WithParameterStore ¶
func WithSecretsManager ¶
func WithSecretsManager(api secretsmanageriface.SecretsManagerAPI) Option
type ParameterStore ¶
type ParameterStore struct {
// contains filtered or unexported fields
}
func NewParameterStore ¶
func NewParameterStore(opts ...Option) (*ParameterStore, error)
func (*ParameterStore) Decode ¶
func (p *ParameterStore) Decode(path string, v interface{}) error
Click to show internal directories.
Click to hide internal directories.