hanayo/services/database.go

7 lines
154 B
Go
Raw Permalink Normal View History

2019-02-23 13:29:15 +00:00
package services
// A Database should provide a reliable datastore in which to store the data
// required for Hanayo to run.
type Database interface {
}