Ejemplo n.º 1
0
func init() {
	utron.RegisterModels(&EmailSupplier{})
}
Ejemplo n.º 2
0
func init() {
	utron.RegisterModels(&EmailSponsor{})
}
Ejemplo n.º 3
0
func init() {
	utron.RegisterModels(&Order{})
}
Ejemplo n.º 4
0
func init() {
	utron.RegisterModels(&Product{})
}
Ejemplo n.º 5
0
Archivo: todo.go Proyecto: nyrf/utron
func init() {
	utron.RegisterModels(&Todo{})
}
Ejemplo n.º 6
0
func init() {
	utron.RegisterModels(&Email{})
}