1
0
forked from x/icebergs
icebergs/base/aaa/aaa.go
2024-03-30 22:09:25 +08:00

17 lines
330 B
Go

package aaa
import ice "shylinux.com/x/icebergs"
const (
RSA = "rsa"
SIGN = "sign"
CERT = "cert"
VERIFY = "verify"
BASE64 = "base64"
)
const AAA = "aaa"
var Index = &ice.Context{Name: AAA, Help: "认证模块"}
func init() { ice.Index.Register(Index, nil, APPLY, OFFER, EMAIL, USER, TOTP, SESS, ROLE, CERT, RSA) }