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

Method ServerVersion

pkg/dryrun/dryrunclient.go:628–630  ·  view source on GitHub ↗
(ctx context.Context, options client.ServerVersionOptions)

Source from the content-addressed store, hash-verified

626}
627
628func (d *DryRunClient) ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error) {
629 return d.apiClient.ServerVersion(ctx, options)
630}
631
632func (d *DryRunClient) DialHijack(ctx context.Context, url, proto string, meta map[string][]string) (net.Conn, error) {
633 return d.apiClient.DialHijack(ctx, url, proto, meta)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected