mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-04 12:56:02 +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 | ||
data.go | ||
data_test.go | ||
datastore.go | ||
datastore_test.go | ||
manager.go | ||
manager_test.go | ||
misc.go | ||
schedulers.go | ||
schedulers_test.go | ||
sync.go |