feat: add actions to rule struct
All checks were successful
build / build (push) Successful in 2m18s

This commit is contained in:
d3m0k1d
2026-02-23 23:18:43 +03:00
parent 2747abfc04
commit efa9abb289

View File

@@ -31,6 +31,7 @@ type Rule struct {
Method string `toml:"method"`
MaxRetry int `toml:"max_retry"`
BanTime string `toml:"ban_time"`
Action []Action
}
type Metrics struct {