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" json:"access" toml:"access"` Secret string `yaml:"secret" json:"secret" toml:"secret"` Region string `yaml:"region" json:"region" toml:"region"` URL string `yaml:"url" json:"url" toml:"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.