secretmanager

package
v0.0.0-...-2a50bf3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package secretmanager is the wrapper of google cloud secretmanager api.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client struct.

func NewClient

func NewClient(ctx context.Context) (*Client, error)

NewClient create and return an instance of SecretManagerClient. Returns nil if there is an error during the NewClient.

func (*Client) Close

func (s *Client) Close() error

Close the secret manager client.

func (*Client) GetSecretValue

func (s *Client) GetSecretValue(ctx context.Context, projectID, secretName string) (string, error)

GetSecretValue returns the latest version of given secret name from Secret Manager.

type SecretMgrInterface

type SecretMgrInterface interface {
	GetSecretValue(ctx context.Context, projectID, secretName string) (string, error)
	Close()
}

SecretMgrInterface defines functions in the interface of secret manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL