Versions in this module Expand all Collapse all v1 v1.0.0 Dec 15, 2021 Changes in this version + var ErrConfigInvalidRegion = errors.New("region not found: ssm region is a required config") + var ErrInvalidConfig = errors.New("config cannot be nil") + var ErrSSMNotEnabled = errors.New("ssm is disabled") + type Client struct + func New(cfg *Config) (*Client, error) + func (c *Client) GetValueByName(name string, decrypt bool) (string, error) + type Config struct + Enabled bool + Region string + SecretsPath string