tstor/daemons/atorrent/generated/graphql/resolver/resolver.go
royalcat 5b11b70370
All checks were successful
docker / build-docker (push) Successful in 5m42s
remove old torrent for better times
2025-01-08 01:25:46 +03:00

17 lines
420 B
Go

package resolver
import (
"git.kmsign.ru/royalcat/tstor/daemons/atorrent"
"git.kmsign.ru/royalcat/tstor/src/vfs"
"github.com/go-git/go-billy/v5"
)
// This file will not be regenerated automatically.
//
// It serves as dependency injection for your app, add any dependencies you require here.
type Resolver struct {
ATorrentDaemon *atorrent.Daemon
VFS vfs.Filesystem
SourceFS billy.Filesystem
}