Move jobs raw definition to their own namespace and the cascading fallout
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package ns
|
||||
|
||||
var (
|
||||
Jobs = []string{"jobs"}
|
||||
Output = []string{"jobs", "output"}
|
||||
Jobs = []string{"jobs", "master"}
|
||||
JobsRaw = []string{"jobs", "raw"}
|
||||
Output = []string{"jobs", "output"}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user