MCPcopy
hub / github.com/knadh/koanf / Input

Interface Input

providers/parameterstore/parameterstore.go:15–17  ·  view source on GitHub ↗

Input is a constraint that permits any input type to get parameters from AWS Systems Manager Parameter Store.

Source from the content-addressed store, hash-verified

13// Input is a constraint that permits any input type
14// to get parameters from AWS Systems Manager Parameter Store.
15type Input interface {
16 ssm.GetParameterInput | ssm.GetParametersInput | ssm.GetParametersByPathInput
17}
18
19// Config represents a ParameterStore provider configuration.
20type Config[T Input] struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…