MCPcopy Create free account
hub / github.com/docker/compose / RegistryLogin

Method RegistryLogin

pkg/dryrun/dryrunclient.go:592–594  ·  view source on GitHub ↗
(ctx context.Context, options client.RegistryLoginOptions)

Source from the content-addressed store, hash-verified

590}
591
592func (d *DryRunClient) RegistryLogin(ctx context.Context, options client.RegistryLoginOptions) (client.RegistryLoginResult, error) {
593 return d.apiClient.RegistryLogin(ctx, options)
594}
595
596func (d *DryRunClient) DiskUsage(ctx context.Context, options client.DiskUsageOptions) (client.DiskUsageResult, error) {
597 return d.apiClient.DiskUsage(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected