1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 09:34:05 +08:00
icebergs/base/aaa/aaa.go
2022-11-20 12:07:54 +08:00

15 lines
233 B
Go

package aaa
import (
ice "shylinux.com/x/icebergs"
)
const (
RSA = "rsa"
)
const AAA = "aaa"
var Index = &ice.Context{Name: AAA, Help: "认证模块"}
func init() { ice.Index.Register(Index, nil, ROLE, SESS, TOTP, USER, RSA) }