Version of containerd
| 859 | |
| 860 | // Version of containerd |
| 861 | type Version struct { |
| 862 | // Version number |
| 863 | Version string |
| 864 | // Revision from git that was built |
| 865 | Revision string |
| 866 | } |
| 867 | |
| 868 | // Version returns the version of containerd that the client is connected to |
| 869 | func (c *Client) Version(ctx context.Context) (Version, error) { |