Documentation ¶
Index ¶
- func Compress(data string) (string, error)
- func CompressEncrypt(data, key string) (string, error)
- func Decompress(data string) (string, error)
- func Decrypt(ciphertext, key string) (string, error)
- func DecryptDecompress(data, key string) (string, error)
- func Encrypt(plaintext, key string) (string, error)
- func MapStruct(src interface{}, dst interface{}) error
- func Setup() (*gorm.DB, *mongo.Client, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressEncrypt ¶
func Decompress ¶
func DecryptDecompress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.