Files
anubis-mirror/lib/policy/config/weight.go
2025-05-15 08:29:37 -04:00

6 lines
67 B
Go

package config
type Weight struct {
Adjust int `json:"adjust"`
}