()
| 188 | } |
| 189 | |
| 190 | func (c *nodeContext) EngineVersion() string { |
| 191 | return c.n.Description.Engine.EngineVersion |
| 192 | } |
| 193 | |
| 194 | // inspectFormatWrite renders the context for a list of nodes. |
| 195 | func inspectFormatWrite(fmtCtx formatter.Context, refs []string, getRef inspect.GetRefFunc) error { |