parent
30c963a5f0
commit
61a1c93f0f
89 changed files with 15859 additions and 2 deletions
5
server/libs/encrypt/encryptor.go
Normal file
5
server/libs/encrypt/encryptor.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package encrypt
|
||||
|
||||
type Encryptor interface {
|
||||
Encrypt(content []byte) string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue