Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateRunnerMetadataDTO ¶
type UpdateRunnerMetadataDTO struct { Uptime uint64 `json:"uptime" validate:"required" gorm:"not null"` RunningJobs *uint64 `json:"runningJobs" validate:"optional" gorm:"not null"` Providers []models.ProviderInfo `json:"providers" validate:"required" gorm:"serializer:json;not null"` } // @name UpdateRunnerMetadataDTO
Click to show internal directories.
Click to hide internal directories.