Using a new database root directory

This commit is contained in:
2019-09-09 08:46:43 +09:00
parent 6bfe81fdc3
commit 8bfb1e0b4d
10 changed files with 36 additions and 13 deletions

View File

@ -4,7 +4,8 @@ import "github.com/aerogo/api"
// Force interface implementations
var (
_ api.Savable = (*DraftIndex)(nil)
_ Identifiable = (*DraftIndex)(nil)
_ api.Savable = (*DraftIndex)(nil)
)
// Save saves the index in the database.