MCPcopy
hub / github.com/docker/compose / Info

Method Info

pkg/dryrun/dryrunclient.go:588–590  ·  view source on GitHub ↗
(ctx context.Context, options client.InfoOptions)

Source from the content-addressed store, hash-verified

586}
587
588func (d *DryRunClient) Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error) {
589 return d.apiClient.Info(ctx, options)
590}
591
592func (d *DryRunClient) RegistryLogin(ctx context.Context, options client.RegistryLoginOptions) (client.RegistryLoginResult, error) {
593 return d.apiClient.RegistryLogin(ctx, options)

Callers 3

isSwarmEnabledMethod · 0.45
initialSyncFilesMethod · 0.45
EndpointFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected