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

Method GetEngineVersion

x/api/plugins/v1/api.pb.go:319–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317}
318
319func (x *RegisterPluginResponse) GetEngineVersion() string {
320 if x != nil {
321 if x.xxx_hidden_EngineVersion != nil {
322 return *x.xxx_hidden_EngineVersion
323 }
324 return ""
325 }
326 return ""
327}
328
329func (x *RegisterPluginResponse) GetRequestTimeout() *durationpb.Duration {
330 if x != nil {

Callers 1

registerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected