GoDoxy/internal/route
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
..
provider feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
routes feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
rules feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
types feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
fileserver.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
fileserver_test.go Feat/fileserver (#60) 2025-02-06 18:23:10 +08:00
port_selection.go feat: enhance route handling with agent support and refactor port selection mapping 2025-03-28 08:14:06 +08:00
reverse_proxy.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
route.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
route_test.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
stream.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
stream_impl.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
udp_forwarder.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00