move storage plugins to eventstore module.

This commit is contained in:
fiatjaf
2023-10-31 16:38:32 -03:00
parent bbe186494e
commit b6e7fabeb6
34 changed files with 72 additions and 3051 deletions

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"net/http"
"github.com/fiatjaf/eventstore/badgern"
"github.com/fiatjaf/khatru"
"github.com/fiatjaf/khatru/plugins/storage/badgern"
)
func main() {