vault

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CREATE_VAULT_KV = "SELECT vault.create_secret($1, $2)"
	READ_VAULT_KV   = "SELECT id, name FROM vault.secrets WHERE name = ANY($1)"
	UPDATE_VAULT_KV = "SELECT vault.update_secret($1, $2)"
)

Variables

This section is empty.

Functions

func UpsertVaultSecrets

func UpsertVaultSecrets(ctx context.Context, secrets map[string]config.Secret, conn *pgx.Conn) error

Types

type VaultTable

type VaultTable struct {
	Id   string
	Name string
}

Jump to

Keyboard shortcuts

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