Version returns the name and version reported by the daemon.
(ctx context.Context)
| 163 | |
| 164 | // Version returns the name and version reported by the daemon. |
| 165 | Version(ctx context.Context) (DaemonVersion, error) |
| 166 | } |
| 167 | |
| 168 | type PluginManagement interface { |
no outgoing calls