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

@@ -5,7 +5,7 @@ import (
"net/http"
"github.com/fiatjaf/khatru"
"github.com/fiatjaf/khatru/plugins/storage/elasticsearch"
"github.com/fiatjaf/eventstore/elasticsearch"
)
func main() {