()
| 26 | } |
| 27 | |
| 28 | func (c *dockerCliContextInfo) CurrentContext() string { |
| 29 | return c.cli.CurrentContext() |
| 30 | } |
| 31 | |
| 32 | func (c *dockerCliContextInfo) ServerOSType() string { |
| 33 | return c.cli.ServerInfo().OSType |
nothing calls this directly
no test coverage detected