Example #1
0
func init() {
	utron.RegisterController(NewSupplierAction())
}
Example #2
0
func init() {
	utron.RegisterController(NewTODO())
}
Example #3
0
func init() {
	utron.RegisterController(NewSponsorAction())
}
Example #4
0
func init() {
	utron.RegisterController(NewGeneralAction())
}