File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 "fmt"
66 "time"
77
8- "github.com/Protocol-Lattice /GoEventBus"
8+ "github.com/Raezil /GoEventBus"
99)
1010
1111// OverrunPolicy=DropOldest silently discards events.
Original file line number Diff line number Diff line change 88 "strconv"
99 "time"
1010
11- "github.com/Protocol-Lattice /GoEventBus"
11+ "github.com/Raezil /GoEventBus"
1212 "github.com/fasthttp/router"
1313 "github.com/valyala/fasthttp"
1414)
Original file line number Diff line number Diff line change 55 "fmt"
66 "time"
77
8- "github.com/Protocol-Lattice /GoEventBus"
8+ "github.com/Raezil /GoEventBus"
99)
1010
1111// Example of a logging middleware that logs before and after handler execution.
Original file line number Diff line number Diff line change 44 "context"
55 "fmt"
66
7- "github.com/Protocol-Lattice /GoEventBus"
7+ "github.com/Raezil /GoEventBus"
88)
99
1010// Demonstrates OverrunPolicy=ReturnError (fail fast).
Original file line number Diff line number Diff line change 1- module github.com/Protocol-Lattice /GoEventBus
1+ module github.com/Raezil /GoEventBus
22
33go 1.23.0
44
You can’t perform that action at this time.
0 commit comments