Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/secrets-engine
/ GetName
Method
GetName
x/api/plugins/v1/api.pb.go:539–547 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
537
}
538
539
func
(x *Plugin) GetName() string {
540
if
x != nil {
541
if
x.xxx_hidden_Name != nil {
542
return
*x.xxx_hidden_Name
543
}
544
return
""
545
}
546
return
""
547
}
548
549
func
(x *Plugin) GetVersion() string {
550
if
x != nil {
Callers
1
ListPlugins
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected