Commit 044a52a7 authored by Sander van Harmelen's avatar Sander van Harmelen

Add missing struct field

parent 3fb3d172
......@@ -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