Remove storage, add state and store pkgs, refactor
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
package agent
|
||||
|
||||
type Runner interface {
|
||||
import (
|
||||
"mrvacommander/pkg/artifactstore"
|
||||
"mrvacommander/pkg/qldbstore"
|
||||
"mrvacommander/pkg/queue"
|
||||
)
|
||||
|
||||
type Visibles struct {
|
||||
Queue queue.Queue
|
||||
Artifacts artifactstore.ArtifactStore
|
||||
CodeQLDBStore qldbstore.CodeQLDatabaseStore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user