GoDoxy/internal/route/rules
Yuzerion 80bc018a7f
feat: custom json marshaling implementation, replace json and yaml library (#89)
* chore: replace gopkg.in/yaml.v3 vs goccy/go-yaml; replace encoding/json with bytedance/sonic

* fix: yaml unmarshal panic

* feat: custom json marshaler implementation

* chore: fix import and err marshal handling

---------

Co-authored-by: yusing <yusing@6uo.me>
2025-04-16 15:02:11 +08:00
..
cache.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
check_on.go fix proxy rules behavior and implemented a few more rules and commands, dependencies upgrade 2025-01-11 12:22:42 +08:00
command.go fix proxy rules behavior and implemented a few more rules and commands, dependencies upgrade 2025-01-11 12:22:42 +08:00
crypto.go fix proxy rules behavior and implemented a few more rules and commands, dependencies upgrade 2025-01-11 12:22:42 +08:00
do.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
do_test.go fixed some tests 2025-01-29 09:40:37 +08:00
errors.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
fields.go fix proxy rules behavior and implemented a few more rules and commands, dependencies upgrade 2025-01-11 12:22:42 +08:00
help.go rules: updated help message, make values optional, fixes tests 2025-02-06 05:13:47 +08:00
on.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
on_test.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
parser.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
parser_test.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
rules.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
rules_test.go refactor: rename Deserialize* to UnmarshalValidate* 2025-04-05 11:58:11 +08:00
validate.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00