| 6 | ) |
| 7 | |
| 8 | type Runner struct { |
| 9 | ID *int64 `json:"id,omitempty"` |
| 10 | Name *string `json:"name,omitempty"` |
| 11 | OS *string `json:"os,omitempty"` |
| 12 | Status *string `json:"status,omitempty"` |
| 13 | } |
| 14 | |
| 15 | type Install struct { |
| 16 | ID *int64 `json:"id,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected