pomerium/pkg/fanout
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated (#5340)
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.
2024-10-25 14:50:56 -04:00
..
config.go zero: merge pomerium/zero-sdk (#4848) 2023-12-11 17:31:39 -05:00
fanout.go zero: merge pomerium/zero-sdk (#4848) 2023-12-11 17:31:39 -05:00
fanout_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
publish.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
receive.go zero: merge pomerium/zero-sdk (#4848) 2023-12-11 17:31:39 -05:00
subscribers.go zero: merge pomerium/zero-sdk (#4848) 2023-12-11 17:31:39 -05:00