Create torrent proto stub
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package torrent
|
||||
|
||||
import "homelab.lan/music-agregator/internal/config"
|
||||
|
||||
type TorrentService struct {
|
||||
config config.Config
|
||||
}
|
||||
|
||||
func NewIndexerService(cfg config.Config) (*TorrentService, error) {
|
||||
return &TorrentService{config: cfg}, nil
|
||||
}
|
||||
Reference in New Issue
Block a user