Files
anubis-mirror/lib/config/weight.go
2025-11-19 16:00:13 -05:00

6 lines
81 B
Go

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