Skip to content
Snippets Groups Projects
dbModel.go 60 B
Newer Older
package dbModels

type DBModel interface {
	Store() error
}