MCPcopy
hub / github.com/kubesphere/kubekey / memorySource

Struct memorySource

pkg/variable/source/memory.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3var _ Source = &memorySource{}
4
5type memorySource struct {
6 data map[string]map[string]any
7}
8
9// NewMemorySource returns a new memorySource.
10func NewMemorySource() Source {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected