Remove unused fields (#48)

This commit is contained in:
Francesco Renzi
2026-01-13 17:19:16 +00:00
committed by GitHub
parent 1208e1216e
commit 0015641f99
3 changed files with 15 additions and 9 deletions
-7
View File
@@ -17,11 +17,6 @@ const (
MessageTypeJobCompleted MessageType = "JobCompleted"
)
type JobAvailable struct {
AcquireJobURL string `json:"acquireJobUrl"`
JobMessageBase
}
type JobAssigned struct {
JobMessageBase
}
@@ -134,8 +129,6 @@ type RunnerScaleSetStatistic struct {
}
type RunnerSetting struct {
Ephemeral bool `json:"ephemeral,omitempty"`
IsElastic bool `json:"isElastic,omitempty"`
DisableUpdate bool `json:"disableUpdate,omitempty"`
}