mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-09-19 02:24:54 +02:00
initial import
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
import "layeredsample/storage"
|
||||
|
||||
type CustomerModel struct {
|
||||
db storage.DB
|
||||
}
|
||||
|
||||
func (c *CustomerModel) Save() {
|
||||
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
package models
|
||||
|
||||
type RegistrationModel struct{}
|
Reference in New Issue
Block a user