mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 09:56:31 +02:00
This also replaces instances where we manually write "return ctx.Err()" with "return context.Cause(ctx)" which is functionally identical, but will also correctly propagate cause errors if present. |
||
---|---|---|
.. | ||
config.go | ||
fanout.go | ||
fanout_test.go | ||
publish.go | ||
receive.go | ||
subscribers.go |