Using a new database root directory
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user