feat(qs2) add qs2 framework
This commit is contained in:
parent
6ae65fe09b
commit
83100007e3
33 changed files with 2934 additions and 60 deletions
6
src/cryptoutil/cryptoutil_interface.go
Normal file
6
src/cryptoutil/cryptoutil_interface.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package cryptoutil
|
||||
|
||||
type ITokenEncDec interface {
|
||||
FromToken(token string, kvs map[string]string) (map[string]string, error)
|
||||
ToToken(kvs map[string]string) (string, error)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue