MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / SecretSimple

Struct SecretSimple

cli/pkg/docker/compose/secret_simple.go:26–28  ·  view source on GitHub ↗

密钥(Short Syntax)

Source from the content-addressed store, hash-verified

24
25// 密钥(Short Syntax)
26type SecretSimple struct {
27 Source string // 名称
28}
29
30// 新建一个密钥
31func NewSecretSimple(source string) SecretSimple {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected