mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 02:58:49 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package config
|
|
|
|
type Weight struct {
|
|
Adjust int `json:"adjust" yaml:"adjust"`
|
|
}
|