コード例 #1
0
func init() {
	utron.RegisterController(NewSupplierAction())
}
コード例 #2
0
ファイル: todo.go プロジェクト: bpursley/utron
func init() {
	utron.RegisterController(NewTODO())
}
コード例 #3
0
ファイル: sponsor_controller.go プロジェクト: OsvaldoTCF/o2go
func init() {
	utron.RegisterController(NewSponsorAction())
}
コード例 #4
0
ファイル: general_controller.go プロジェクト: OsvaldoTCF/o2go
func init() {
	utron.RegisterController(NewGeneralAction())
}