package
0.0.0-20240820180514-79772de91d0a
Repository: https://github.com/tailscale/setec.git
Documentation: pkg.go.dev
# Constants
SecretVersionDefault is a version that means the client wants the server to pick an appropriate secret version.
# Variables
ErrAccessDenied is a sentinel error reported by requests when access to perform the requested operation is denied.
ErrNotFound is a sentinel error reported by requests when the specified secret version is not found.
ErrValueNotChanged is a sentinel error reported by Get requests when the secret value has not changed from the specified value.
# Structs
ActivateRequest is a request to change the active version of a secret.
DeleteRequest is a request to delete all versions of a secret.
DeleteVersionRequest is a request to delete a single version of a secret.
GetRequest is a request to get a secret value.
InfoRequest is a request for secret metadata.
ListRequest is a request to list secrets.
PutRequest is a request to write a secret value.
SecretInfo is information about a named secret.
Secret is a secret value and its associated version.
# Type aliases
SecretVersion is the version of a secret.