You've already forked golang-jenkins
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:
committed by
Kohei YOSHIDA
parent
e659c8a6f3
commit
4772716c47
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user