hanayo/services/database.go
2019-02-23 13:29:15 +00:00

7 lines
154 B
Go

package services
// A Database should provide a reliable datastore in which to store the data
// required for Hanayo to run.
type Database interface {
}