MCPcopy
hub / github.com/apecloud/kubeblocks / xmlConfig

Struct xmlConfig

pkg/unstructured/xml_config.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type xmlConfig struct {
33 name string
34 data mxjv2.Map
35}
36
37func init() {
38 // disable cast to float

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected