Esempio n. 1
0
func init() {
	sapi.RegisterAction("login", func() sapi.ActionInterface { return &LoginAction{} })
}
Esempio n. 2
0
func init() {
	sapi.RegisterAction("index", func() sapi.ActionInterface { return &IndexAction{} })
}
Esempio n. 3
0
func init() {
	sapi.RegisterAction("ws", func() sapi.ActionInterface { return &WebSocketAction{} })
}