Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ Secret
Interface
Secret
cli/pkg/docker/compose/secret.go:22–24 ·
view source on GitHub ↗
暴露的映射的公共接口
Source
from the content-addressed store, hash-verified
20
21
// 暴露的映射的公共接口
22
type
Secret
interface
{
23
IsSecret() bool
24
}
Callers
nothing calls this directly
Implementers
2
SecretComplex
cli/pkg/docker/compose/secret_complex.
SecretSimple
cli/pkg/docker/compose/secret_simple.g
Calls
no outgoing calls
Tested by
no test coverage detected