MCPcopy Index your code
hub / github.com/containerd/containerd / Version

Struct Version

client/client.go:861–866  ·  view source on GitHub ↗

Version of containerd

Source from the content-addressed store, hash-verified

859
860// Version of containerd
861type 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
869func (c *Client) Version(ctx context.Context) (Version, error) {

Callers 2

TestMainFunction · 0.92
testFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestMainFunction · 0.74