nixery/server/storage
Vincent Ambo 94fb63b5eb fix(server): Thread request context to all relevant places
Previously background contexts where created where necessary (e.g. in
GCS interactions). Should I begin to use request timeouts or other
context-dependent things in the future, it's useful to have the actual
HTTP request context around.

This threads the request context through the application to all places
that need it.
2019-10-28 22:31:44 +01:00
..
filesystem.go fix(server): Thread request context to all relevant places 2019-10-28 22:31:44 +01:00
gcs.go fix(server): Thread request context to all relevant places 2019-10-28 22:31:44 +01:00
storage.go fix(server): Thread request context to all relevant places 2019-10-28 22:31:44 +01:00