MCPcopy
hub / github.com/carvel-dev/ytt / MapItemType

Struct MapItemType

pkg/schema/type.go:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type MapItemType struct {
60 Key interface{} // usually a string
61 ValueType Type
62 Position *filepos.Position
63 defaultValue interface{}
64 validations *validations.NodeValidation
65}
66
67type ArrayType struct {
68 ItemsType Type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected