Code generalization: cleanup

This commit is contained in:
Michael Hohn
2024-10-30 11:10:28 -07:00
committed by =Michael Hohn
parent e7d32861e5
commit 4e93929943
4 changed files with 1 additions and 21 deletions

View File

@@ -5,8 +5,6 @@ import (
"mrvacommander/pkg/common"
)
// xx: afl use
// XX: static types: split by type?
// Restrict the keys / values for ArtifactLocation and centralize the common ones
// here
const (
@@ -15,7 +13,7 @@ const (
)
type ArtifactLocation struct {
Key string // location in bucket
Key string // location in bucket OR full location for file paths
Bucket string // which bucket: packs or results
}