Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientParams ¶
type ClientParams struct { fx.In Config *Config HTTPConfig *http.Config Logger *zap.Logger Tracer opentracing.Tracer Metrics *prometheus.ClientMetrics }
ConfigParams for SSM.
type Config ¶
type Config struct { Access string `yaml:"access"` Secret string `yaml:"secret"` Region string `yaml:"region"` URL string `yaml:"url"` }
Config for SSM.
type Transformer ¶
type Transformer struct {
// contains filtered or unexported fields
}
Transformer for SSM.
func NewTransformer ¶
func NewTransformer(client *ssm.Client, tracer opentracing.Tracer) *Transformer
NewTransformer for SSM.
Click to show internal directories.
Click to hide internal directories.