pomerium/internal/fileutil
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
..
fileutil.go auto tls (#3856) 2023-01-05 16:35:58 -05:00
fileutil_test.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
watcher.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
watcher_test.go core/config: refactor file watcher (#4702) 2023-11-03 15:53:20 -06:00