distribution/notifications
Josh Chorlton a62f212544 Add transport field to EndpointConfig struct
The EndpointConfig struct in the notifications package has some config
fields for a notification endpoint. This commit adds the ability to pass
in an *http.Transport to use when notifying that endpoint of an event.
This is especially useful for endpoints that use self-signed CAs.

Signed-off-by: Josh Chorlton <josh.chorlton@docker.com>
2016-07-11 11:52:23 -07:00
..
bridge.go
bridge_test.go
endpoint.go
event.go
event_test.go
http.go
http_test.go
listener.go
listener_test.go
metrics.go
sinks.go
sinks_test.go