MCPcopy 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// 暴露的映射的公共接口
22type Secret interface {
23 IsSecret() bool
24}

Callers

nothing calls this directly

Implementers 2

SecretComplexcli/pkg/docker/compose/secret_complex.
SecretSimplecli/pkg/docker/compose/secret_simple.g

Calls

no outgoing calls

Tested by

no test coverage detected