Lines Matching refs:json
71 Name string `json:"name"`
72 HTTP string `json:"http"`
73 DashboardAddr string `json:"dashboard_addr"` // Optional.
74 DashboardClient string `json:"dashboard_client"` // Optional.
75 DashboardKey string `json:"dashboard_key"` // Optional.
76 HubAddr string `json:"hub_addr"` // Optional.
77 HubKey string `json:"hub_key"` // Optional.
78 Goroot string `json:"goroot"` // Go 1.8+ toolchain dir.
79 SyzkallerRepo string `json:"syzkaller_repo"`
80 SyzkallerBranch string `json:"syzkaller_branch"`
82 SyzkallerDescriptions string `json:"syzkaller_descriptions"`
84 EnableJobs bool `json:"enable_jobs"`
85 Managers []*ManagerConfig `json:"managers"`
89 Name string `json:"name"`
90 DashboardClient string `json:"dashboard_client"`
91 DashboardKey string `json:"dashboard_key"`
92 Repo string `json:"repo"`
94 RepoAlias string `json:"repo_alias"`
95 Branch string `json:"branch"`
96 Compiler string `json:"compiler"`
97 Userspace string `json:"userspace"`
98 KernelConfig string `json:"kernel_config"`
100 KernelCmdline string `json:"kernel_cmdline"`
102 KernelSysctl string `json:"kernel_sysctl"`
103 ManagerConfig json.RawMessage `json:"manager_config"`