Integrate chunk plan caching into the runner
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"gitea.maximumdirect.net/eric/notarius/internal/framework/pipeline"
|
||||
)
|
||||
|
||||
const SchemaVersion = "notarius.chunk-plan.v1"
|
||||
const SchemaVersion = pipeline.ChunkPlanSchemaVersion
|
||||
|
||||
type filesystemStore struct {
|
||||
root string
|
||||
|
||||
Reference in New Issue
Block a user