Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionService ¶
type EncryptionService struct {
// contains filtered or unexported fields
}
EncryptionService encrypts value using AES Don't create it directly! Use constructor NewEncryptionService instead!
func NewEncryptionService ¶
func NewEncryptionService(secret string) (*EncryptionService, error)
NewEncryptionService creates EncryptionService structure.
Click to show internal directories.
Click to hide internal directories.