Improve Store

Still need to fill out SQLite bootstrap

Also setup plug-in system mechanism
This commit is contained in:
Dan Jones 2024-09-14 20:37:51 -05:00
commit e7b88bcc09
10 changed files with 154 additions and 6 deletions

1
app.go
View file

@ -6,6 +6,7 @@ import (
"time"
"codeberg.org/danjones000/lenore/config"
_ "codeberg.org/danjones000/lenore/imports"
"codeberg.org/danjones000/lenore/store"
vocab "github.com/go-ap/activitypub"
"github.com/go-ap/client"