Пример #1
0
func init() {
	utron.RegisterModels(&EmailSupplier{})
}
Пример #2
0
func init() {
	utron.RegisterModels(&EmailSponsor{})
}
Пример #3
0
func init() {
	utron.RegisterModels(&Order{})
}
Пример #4
0
func init() {
	utron.RegisterModels(&Product{})
}
Пример #5
0
Файл: todo.go Проект: nyrf/utron
func init() {
	utron.RegisterModels(&Todo{})
}
Пример #6
0
func init() {
	utron.RegisterModels(&Email{})
}