MCPcopy Index your code
hub / github.com/coder/envbox / Ping

Method Ping

dockerutil/dockerfake/client.go:130–135  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

128}
129
130func (m MockClient) Ping(ctx context.Context) (dockertypes.Ping, error) {
131 if m.PingFn == nil {
132 return dockertypes.Ping{}, nil
133 }
134 return m.PingFn(ctx)
135}
136
137func (MockClient) ContainerAttach(_ context.Context, _ string, _ containertypes.AttachOptions) (dockertypes.HijackedResponse, error) {
138 panic("not implemented")

Callers 1

WaitForDaemonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected