Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionClient ¶
type EncryptionClient interface { Decrypt(data []byte) ([]byte, error) Encrypt(data []byte) ([]byte, error) }
func NewService ¶
func NewService(config cfg.ProviderConfig) (EncryptionClient, error)
Click to show internal directories.
Click to hide internal directories.