rename Storage interface to Store.

This commit is contained in:
fiatjaf
2023-10-31 16:13:21 -03:00
parent 28fc5b0571
commit 7b4b759d29
8 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ const (
queryTagsLimit = 10
)
var _ eventstore.Storage = (*MySQLBackend)(nil)
var _ eventstore.Store = (*MySQLBackend)(nil)
var ddls = []string{
`CREATE TABLE IF NOT EXISTS event (