# Functions

No description provided by the author
No description provided by the author
GetSecretByName gets a secret from gcp by its name The expected format is [projects/*/secrets/*/versions/*] for versions, you can use "latest" to grab the latest version.
No description provided by the author
ListSecretVersions Get all the secret versions and their status Expected format is - projects/<project id or project name>/secrets/secret-name - projects/<project id or project name>/secrets/secret-name/versions/<int>.
NewSecretClient creates a new gcp secret manager service.

# Structs

SecretClient is a wrapper around GCP Secret Service.
No description provided by the author