MCPcopy Index your code
hub / github.com/docker/cli / TaskList

Method TaskList

cli/command/service/client_test.go:29–34  ·  view source on GitHub ↗
(ctx context.Context, options client.TaskListOptions)

Source from the content-addressed store, hash-verified

27}
28
29func (f *fakeClient) TaskList(ctx context.Context, options client.TaskListOptions) (client.TaskListResult, error) {
30 if f.taskListFunc != nil {
31 return f.taskListFunc(ctx, options)
32 }
33 return client.TaskListResult{}, nil
34}
35
36func (f *fakeClient) ServiceInspect(ctx context.Context, serviceID string, options client.ServiceInspectOptions) (client.ServiceInspectResult, error) {
37 if f.serviceInspectFunc != nil {

Callers 2

runPSFunction · 0.45
ServiceProgressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected