MCPcopy Create free account
hub / github.com/docker/secrets-engine / Version

Method Version

client/client.go:165–165  ·  view source on GitHub ↗

Version returns the name and version reported by the daemon.

(ctx context.Context)

Source from the content-addressed store, hash-verified

163
164 // Version returns the name and version reported by the daemon.
165 Version(ctx context.Context) (DaemonVersion, error)
166}
167
168type PluginManagement interface {

Callers 1

Test_VersionFunction · 0.65

Implementers 1

clientclient/client.go

Calls

no outgoing calls

Tested by 1

Test_VersionFunction · 0.52