weight.go 81 B

12345
  1. package config
  2. type Weight struct {
  3. Adjust int `json:"adjust" yaml:"adjust"`
  4. }