Private
Public Access
1
0

Update schema

This commit is contained in:
2025-09-20 10:29:53 -07:00
parent 2dfc355f7c
commit 02a6f587bb
6 changed files with 13 additions and 8 deletions

View File

@@ -148,6 +148,7 @@ const (
ServerScoresStatusCandidate ServerScoresStatus = "candidate"
ServerScoresStatusTesting ServerScoresStatus = "testing"
ServerScoresStatusActive ServerScoresStatus = "active"
ServerScoresStatusPaused ServerScoresStatus = "paused"
)
func (e *ServerScoresStatus) Scan(src interface{}) error {

View File

@@ -4,8 +4,6 @@
package ntpdb
//go:generate gowrap gen -p go.ntppool.org/data-api/ntpdb -i QuerierTx -t https://raw.githubusercontent.com/hexdigest/gowrap/6bd1bc023b4d2a619f30020924f258b8ff665a7a/templates/opentelemetry -o otel.go -l ""
import (
"context"