Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/secrets-engine
/ version
Struct
version
x/api/version.go:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
type
version
struct
{
34
value string
35
}
36
37
func
(v *version) String() string {
38
return
v.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected