Example #1
0
func init() {
	utron.RegisterModels(&EmailSupplier{})
}
Example #2
0
func init() {
	utron.RegisterModels(&EmailSponsor{})
}
Example #3
0
func init() {
	utron.RegisterModels(&Order{})
}
Example #4
0
func init() {
	utron.RegisterModels(&Product{})
}
Example #5
0
File: todo.go Project: nyrf/utron
func init() {
	utron.RegisterModels(&Todo{})
}
Example #6
0
func init() {
	utron.RegisterModels(&Email{})
}