distribution/context
Stephen J Day 530afa5234 Add WithVersion to context and other cleanup
By adding WithVersion to the context package, we can simplify context setup in
the application. This avoids some odd bugs where instantiation order can lead
to missing instance.id or version from log messages.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-09-14 17:14:31 -07:00
..
context.go Move context once to instanceContext from global scope 2015-07-30 13:59:44 -07:00
doc.go Add WithVersion to context and other cleanup 2015-09-14 17:14:31 -07:00
http.go Fix CloseNotifier handling and avoid "the ResponseWriter does not implement CloseNotifier" warnings in logs 2015-08-18 17:28:51 -07:00
http_test.go Don't panic when a http.ResponseWriter does not implement CloseNotifier 2015-08-06 15:50:54 -07:00
logger.go Add WithVersion to context and other cleanup 2015-09-14 17:14:31 -07:00
trace.go Replace uuid dependency with internal library 2015-05-22 18:59:41 -07:00
trace_test.go Contextual tracing support for logs 2015-04-10 16:42:30 -07:00
util.go Allow interface{} keys when using logger 2015-09-11 11:33:55 -07:00
version.go Add WithVersion to context and other cleanup 2015-09-14 17:14:31 -07:00
version_test.go Add WithVersion to context and other cleanup 2015-09-14 17:14:31 -07:00