Private
Public Access
1
0

Update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-07-05 12:29:51 -07:00
parent fd6e87cf2d
commit 6c5b762a57
3 changed files with 176 additions and 170 deletions

View File

@@ -145,9 +145,10 @@ func (ns NullMonitorsType) Value() (driver.Value, error) {
type ServerScoresStatus string
const (
ServerScoresStatusNew ServerScoresStatus = "new"
ServerScoresStatusTesting ServerScoresStatus = "testing"
ServerScoresStatusActive ServerScoresStatus = "active"
ServerScoresStatusNew ServerScoresStatus = "new"
ServerScoresStatusCandidate ServerScoresStatus = "candidate"
ServerScoresStatusTesting ServerScoresStatus = "testing"
ServerScoresStatusActive ServerScoresStatus = "active"
)
func (e *ServerScoresStatus) Scan(src interface{}) error {