Unverified Commit 3def0345 authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Merge pull request #662 from xanzy/svh/f-657

Add missing struct field
parents 3fb3d172 044a52a7
......@@ -52,6 +52,7 @@ type RunnerDetails struct {
Architecture string `json:"architecture"`
Description string `json:"description"`
ID int `json:"id"`
IPAddress string `json:"ip_address"`
IsShared bool `json:"is_shared"`
ContactedAt *time.Time `json:"contacted_at"`
Name string `json:"name"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment