Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decrypter ¶
type Decrypter interface { Decrypt(encoded []byte, encryptionContext map[string]*string) ([]byte, gomerr.Gomerr) DecryptWithContext(context context.Context, encoded []byte, encryptionContext map[string]*string) ([]byte, gomerr.Gomerr) }
func KmsDataKeyDecrypter ¶
Click to show internal directories.
Click to hide internal directories.