moby--moby/daemon/logger
Brian Goff 7c77df8acc Move plugin client to separate interface
This makes it a bit simpler to remove this interface for v2 plugins
and not break external projects (libnetwork and swarmkit).

Note that before we remove the `Client()` interface from `CompatPlugin`
libnetwork and swarmkit must be updated to explicitly check for the v1
client interface as is done int his PR.

This is just a minor tweak that I realized is needed after trying to
implement the needed changes on libnetwork.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-05-30 15:22:10 -04:00
..
awslogs Various code-cleanup 2018-05-23 17:50:54 +02:00
etwlogs
fluentd
gcplogs Various code-cleanup 2018-05-23 17:50:54 +02:00
gelf
journald
jsonfilelog Various code-cleanup 2018-05-23 17:50:54 +02:00
logentries
loggerutils Various code-cleanup 2018-05-23 17:50:54 +02:00
splunk
syslog
templates
adapter.go Various code-cleanup 2018-05-23 17:50:54 +02:00
adapter_test.go
copier.go
copier_test.go
factory.go Various code-cleanup 2018-05-23 17:50:54 +02:00
logger.go
logger_test.go
loginfo.go
metrics.go
plugin.go Move plugin client to separate interface 2018-05-30 15:22:10 -04:00
plugin_unix.go
plugin_unsupported.go
proxy.go
ring.go
ring_test.go