1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-27 09:48:28 +08:00
icebergs/base/aaa/aaa.go
2021-12-30 16:14:32 +08:00

12 lines
205 B
Go

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