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