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

Method GetEngineName

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

Source from the content-addressed store, hash-verified

307}
308
309func (x *RegisterPluginResponse) GetEngineName() string {
310 if x != nil {
311 if x.xxx_hidden_EngineName != nil {
312 return *x.xxx_hidden_EngineName
313 }
314 return ""
315 }
316 return ""
317}
318
319func (x *RegisterPluginResponse) GetEngineVersion() string {
320 if x != nil {

Callers 1

registerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected