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

type DBModel interface {
	Store() error
}