Beispiel #1
0
func init() {
	utron.RegisterModels(&EmailSupplier{})
}
Beispiel #2
0
func init() {
	utron.RegisterModels(&EmailSponsor{})
}
Beispiel #3
0
func init() {
	utron.RegisterModels(&Order{})
}
Beispiel #4
0
func init() {
	utron.RegisterModels(&Product{})
}
Beispiel #5
0
func init() {
	utron.RegisterModels(&Todo{})
}
Beispiel #6
0
func init() {
	utron.RegisterModels(&Email{})
}