diff --git a/executor/executor.go b/executor/executor.go index 51bdc61..781bfca 100644 --- a/executor/executor.go +++ b/executor/executor.go @@ -55,6 +55,10 @@ type TrackersPipeline struct { errors []error } +func (p *TrackersPipeline) GetTorrents() []*torrents.Torrent { + return p.torrents +} + type firebaseEnvVars struct { firebaseProject string firebaseConfig string