forked from x/icebergs
12 lines
205 B
Go
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) }
|