MCPcopy
hub / github.com/marmotedu/iam / secretService

Struct secretService

internal/apiserver/service/v1/secret.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type secretService struct {
29 store store.Factory
30}
31
32var _ SecretSrv = (*secretService)(nil)
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected