mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +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. |
||
---|---|---|
.. | ||
bundles_format.go | ||
bundles_format_test.go | ||
bundles_queue.go | ||
bundles_queue_test.go | ||
config.go | ||
databroker.go | ||
download_cache.go | ||
download_cache_test.go | ||
report_status.go | ||
service.go | ||
sync.go | ||
tmpfile.go |