Fix job encode decode

This commit is contained in:
bel
2020-03-15 16:13:44 +00:00
parent dbf023e61b
commit e17e266712
111 changed files with 232 additions and 41 deletions

6
config/ns/ns.go Executable file
View File

@@ -0,0 +1,6 @@
package ns
var (
Jobs = []string{"jobs"}
Output = []string{"jobs", "output"}
)