Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithContext ¶
func WithContext(ctx context.Context, enc *Encryption) context.Context
Types ¶
type Encryption ¶
type Encryption struct {
// contains filtered or unexported fields
}
func FromContext ¶
func FromContext(ctx context.Context) (*Encryption, error)
func (*Encryption) DecryptSecrets ¶
func (e *Encryption) DecryptSecrets(source interface{}) error
func (*Encryption) EncryptSecrets ¶
func (e *Encryption) EncryptSecrets(source interface{}) error
Click to show internal directories.
Click to hide internal directories.