GoDoxy/internal/net/gphttp/accesslog
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
..
access_logger.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
access_logger_test.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
back_scanner.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
back_scanner_test.go feat: implement experimental BackScanner for reading files backward and add tests for various scenarios 2025-03-28 08:14:06 +08:00
config.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
config_test.go refactor: rename Deserialize* to UnmarshalValidate* 2025-04-05 11:58:11 +08:00
fields.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
fields_test.go refactor: use stretchr/testify, replace ExpectBytesEqual and ExpectDeepEqual with ExpectEqual in tests 2025-03-28 08:45:06 +08:00
file_logger.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
file_logger_test.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
filter.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
filter_test.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
formatter.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
mock_file.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
multi_writer.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
retention.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
retention_test.go refactor: use stretchr/testify, replace ExpectBytesEqual and ExpectDeepEqual with ExpectEqual in tests 2025-03-28 08:45:06 +08:00
rotate.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
rotate_test.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
status_code_range.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
stdout_logger.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00