param

package
v0.0.0-...-1f45d43 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2023 License: ISC Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fetcher

type Fetcher interface {
	Fetch(context.Context, string) (string, error)
	FetchAll(context.Context, string) ([]string, error)
}

func NewParameterStoreFetcher

func NewParameterStoreFetcher(i *do.Injector) (Fetcher, error)

type ParameterStoreFetcher

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

func (*ParameterStoreFetcher) Fetch

func (f *ParameterStoreFetcher) Fetch(ctx context.Context, path string) (string, error)

func (*ParameterStoreFetcher) FetchAll

func (f *ParameterStoreFetcher) FetchAll(ctx context.Context, path string) ([]string, error)

Jump to

Keyboard shortcuts

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