Documentation ¶ Index ¶ type Wrapper Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Wrapper ¶ type Wrapper interface { // Encrypt encodes and encrypts given object Encrypt(data any) ([]byte, error) // Decrypt decrypts and decodes given data Decrypt(data []byte, v any) error } Source Files ¶ View all Source files wrapper.go Directories ¶ Show internal Expand all Path Synopsis gob json Click to show internal directories. Click to hide internal directories.