Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrProjectMissing - this is the custom error, returned when project is missing ErrProjectMissing = errors.New("project is empty or missing") // ErrLocationMissing = this is the custom error, returned when the location is missing ErrLocationMissing = errors.New("location is empty or missing") // ErrKeyRingMissing = this is the custom error, returned when the key ring is missing ErrKeyRingMissing = errors.New("key ring is empty or missing") // ErrKeyMissing = this is the custom error, returned when the key is missing ErrKeyMissing = errors.New("key is empty or missing") )
Functions ¶
This section is empty.
Types ¶
type KMS ¶ added in v0.0.4
type KMS struct {
// contains filtered or unexported fields
}
KMS provides a way to encrypt and decrypt the data using GCP KMS.
Click to show internal directories.
Click to hide internal directories.