Fully implement local and container MRVA
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
package queue
|
||||
|
||||
import (
|
||||
"mrvacommander/pkg/common"
|
||||
"mrvacommander/pkg/storage"
|
||||
)
|
||||
|
||||
type Queue interface {
|
||||
Jobs() chan common.AnalyzeJob
|
||||
Results() chan common.AnalyzeResult
|
||||
StartAnalyses(analysis_repos *map[common.NameWithOwner]storage.DBLocation,
|
||||
session_id int,
|
||||
session_language string)
|
||||
Jobs() chan AnalyzeJob
|
||||
Results() chan AnalyzeResult
|
||||
Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user