Type checking fix: Restrict the keys / values for ArtifactLocation and centralize the common ones
This commit is contained in:
committed by
=Michael Hohn
parent
b3cf7a4f65
commit
3566f5169e
@@ -8,6 +8,7 @@ type CodeQLDatabaseLocation struct {
|
||||
// `data` is a map of key-value pairs that describe the location of the database.
|
||||
// For example, a simple key-value pair could be "path" -> "/path/to/database.zip".
|
||||
// A more complex implementation could be "bucket" -> "example", "key" -> "unique_identifier".
|
||||
// XX: static types
|
||||
data map[string]string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user