Versions in this module Expand all Collapse all v0 v0.1.0 Jul 3, 2023 Changes in this version + const AWSCURRENT + const AWSPENDING + const AWSPREVIOUS + type Client struct + func NewClient(cfg Config, cfgs ...*aws.Config) *Client + func Wrap(client *secretsmanager.SecretsManager, cfg Config) *Client + func (c *Client) GetSecret(ctx context.Context, name string) ([]byte, error) + func (c *Client) GetSecretWithVersion(ctx context.Context, name, versionOrVersionStage string) ([]byte, error) + func (c *Client) Process(spec any, opts ...secretly.ProcessOption) error + type Config struct + ConfigProvider client.ConfigProvider + SecretlyConfig secretly.Config