1
0
mirror of https://github.com/newrelic-forks/golang-jenkins.git synced 2026-06-18 20:15:04 +02:00

Add Class Field to Computer Struct (#51)

This commit is contained in:
Matthew Sneeden
2019-04-04 07:58:45 -05:00
committed by Kohei YOSHIDA
parent e659c8a6f3
commit 4772716c47
+1
View File
@@ -9,6 +9,7 @@ type ComputerObject struct {
type Computer struct {
Actions []struct{} `json:"actions"`
Class string `json:"_class"`
DisplayName string `json:"displayName"`
Executors []struct{} `json:"executors"`
Idle bool `json:"idle"`