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

Struct ArrayType

pkg/schema/type.go:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67type ArrayType struct {
68 ItemsType Type
69 Position *filepos.Position
70 defaultValue interface{}
71 documentation documentation
72}
73
74type ArrayItemType struct {
75 ValueType Type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected