GoDoxy/internal/net/http/loadbalancer
2024-12-18 04:48:29 +08:00
..
types replace all schema check with go-playground/validator/v10 2024-12-18 04:48:29 +08:00
ip_hash.go cleanup and simplify middleware implementations, refactor some other code 2024-12-17 10:33:21 +08:00
least_conn.go modules reorganized and code refactor 2024-11-25 01:40:12 +08:00
loadbalancer.go replace unnecessary Task interface with struct 2024-12-17 10:33:21 +08:00
loadbalancer_test.go modules reorganized and code refactor 2024-11-25 01:40:12 +08:00
logger.go migrated from logrus to zerolog, improved error formatting, fixed concurrent map write, fixed crash on rapid page refresh for idle containers, fixed infinite recursion on gotfiy error, fixed websocket connection problem when using idlewatcher 2024-10-29 11:34:58 +08:00
round_robin.go modules reorganized and code refactor 2024-11-25 01:40:12 +08:00
types.go modules reorganized and code refactor 2024-11-25 01:40:12 +08:00