Input is a constraint that permits any input type to get parameters from AWS Systems Manager Parameter Store.
| 13 | // Input is a constraint that permits any input type |
| 14 | // to get parameters from AWS Systems Manager Parameter Store. |
| 15 | type Input interface { |
| 16 | ssm.GetParameterInput | ssm.GetParametersInput | ssm.GetParametersByPathInput |
| 17 | } |
| 18 | |
| 19 | // Config represents a ParameterStore provider configuration. |
| 20 | type Config[T Input] struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…