gapi: Add a prefix variable in case we want to namespace on disk
This could get passed through to use as a module download path.
This commit is contained in:
@@ -50,6 +50,7 @@ type Data struct {
|
||||
Noop bool
|
||||
NoConfigWatch bool
|
||||
NoStreamWatch bool
|
||||
Prefix string
|
||||
Debug bool
|
||||
Logf func(format string, v ...interface{})
|
||||
// NOTE: we can add more fields here if needed by GAPI endpoints
|
||||
|
||||
Reference in New Issue
Block a user