cobble/models.go

9 lines
120 B
Go

package main
type MigrationHeaders struct {
Requirements []string
}
type DB interface {
Execute(sql string) error
}