registry/notifications
Noah Treuhaft 376cbc0cc1 notifications: fix expvar for Go 1.7
Remove EndpointConfig.Transport from the return value of the
registry.notifications.endpoints expvar.Func.  It results in an empty
value for that expvar variable under Go 1.7 because it is a non-nil
*http.Transport, which Go 1.7 can no longer encode as JSON.

Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
(cherry picked from commit 9a58c91051)
2018-04-05 13:49:04 +02:00
..
bridge.go Propogate tag as a functional argument into the notification system to attach 2016-03-23 14:57:52 -07:00
bridge_test.go Merge pull request #1522 from RichardScothern/tag-events 2016-03-23 16:41:29 -07:00
endpoint.go notifications: fix expvar for Go 1.7 2018-04-05 13:49:04 +02:00
event.go Propogate tag as a functional argument into the notification system to attach 2016-03-23 14:57:52 -07:00
event_test.go Fix content type for schema1 signed manifests 2016-01-18 16:08:02 -08:00
http.go Add transport field to EndpointConfig struct 2016-07-11 11:52:23 -07:00
http_test.go Add transport field to EndpointConfig struct 2016-07-11 11:52:23 -07:00
listener.go manifestServiceListener.Get to pass down options parameter 2016-09-01 18:50:56 -06:00
listener_test.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00
metrics.go Typo fixes in comments 2016-02-10 16:26:29 -08:00
metrics_test.go notifications: fix expvar for Go 1.7 2018-04-05 13:49:04 +02:00
sinks.go Add notification filtering by target media type 2016-09-16 12:01:03 -07:00
sinks_test.go Add notification filtering by target media type 2016-09-16 12:01:03 -07:00