archive plugin
This commit is contained in:
parent
1912b5baf0
commit
a02733a926
4 changed files with 26 additions and 14 deletions
server/tstor
|
@ -4,7 +4,6 @@ import (
|
|||
"context"
|
||||
|
||||
"git.kmsign.ru/royalcat/tstor/server/src/daemon"
|
||||
"github.com/99designs/gqlgen/graphql"
|
||||
"github.com/knadh/koanf/v2"
|
||||
)
|
||||
|
||||
|
@ -14,5 +13,4 @@ type Plugin interface {
|
|||
|
||||
type DaemonPlugin interface {
|
||||
NewDaemon(context.Context, *koanf.Koanf) (daemon.Daemon, error)
|
||||
GraphQLExecutableSchema() graphql.ExecutableSchema
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue