MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Ping

Method Ping

pkg/devspace/docker/client.go:32–32  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

30// Client contains all functions required to interact with docker
31type Client interface {
32 Ping(ctx context.Context) (dockertypes.Ping, error)
33 NegotiateAPIVersion(ctx context.Context)
34
35 ImageBuild(ctx context.Context, context io.Reader, options build.ImageBuildOptions) (build.ImageBuildResponse, error)

Callers 4

LoginMethod · 0.65
startPingMethod · 0.65
startPingMethod · 0.65
RunCleanupImagesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected