This commit is contained in:
Lunny Xiao
2022-11-25 17:48:46 +08:00
committed by Jason Song
parent 8ec691f3ce
commit e7d5c99b42
8 changed files with 56 additions and 43 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ import (
"io"
)
type aesEncryptionProvider struct {
}
type aesEncryptionProvider struct{}
func NewAesEncryptionProvider() EncryptionProvider {
return &aesEncryptionProvider{}