mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-19 14:46:39 +00:00
8912050882
Signed-off-by: Xe Iaso <me@xeiaso.net>
6 lines
81 B
Go
6 lines
81 B
Go
package config
|
|
|
|
type Weight struct {
|
|
Adjust int `json:"adjust" yaml:"adjust"`
|
|
}
|