GoDoxy/internal/notif
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
..
templates [BREAKING] changed notification config format, support multiple notification providers, support webhook and markdown style notification 2024-11-30 06:44:49 +08:00
base.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
color.go Feat/ntfy (#57) 2025-02-01 13:07:44 +08:00
config.go refactor: rename Deserialize* to UnmarshalValidate* 2025-04-05 11:58:11 +08:00
config_test.go refactor: rename Deserialize* to UnmarshalValidate* 2025-04-05 11:58:11 +08:00
dispatcher.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
format.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
gotify.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
ntfy.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
providers.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
webhook.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00