mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 05:44:57 +00:00
refactor: move lib/policy/config to lib/config
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
5
lib/config/weight.go
Normal file
5
lib/config/weight.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package config
|
||||
|
||||
type Weight struct {
|
||||
Adjust int `json:"adjust" yaml:"adjust"`
|
||||
}
|
||||
Reference in New Issue
Block a user