Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
move MaintenanceNote up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Sep 28, 2024
1 parent b45fd7d commit da1332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ type RunnerDetails struct {
IsShared bool `json:"is_shared"`
RunnerType string `json:"runner_type"`
ContactedAt *time.Time `json:"contacted_at"`
MaintenanceNote string `json:"maintenance_note"`
Name string `json:"name"`
Online bool `json:"online"`
Status string `json:"status"`
Expand All @@ -84,7 +85,6 @@ type RunnerDetails struct {
Name string `json:"name"`
WebURL string `json:"web_url"`
} `json:"groups"`
MaintenanceNote string `json:"maintenance_note"`

// Deprecated: Use Paused instead. (Deprecated in GitLab 14.8)
Active bool `json:"active"`
Expand Down

0 comments on commit da1332a

Please sign in to comment.