aboutsummaryrefslogtreecommitdiffstats
path: root/modules/eventsource/event.go
Commit message (Expand)AuthorAgeFilesLines
* Less naked returns (#25713)65432023-07-071-5/+5
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-3/+3
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+3
* Add EventSource support (#11235)zeripath2020-05-071-0/+119