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

Struct AnyType

pkg/schema/type.go:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type AnyType struct {
89 defaultValue interface{}
90 Position *filepos.Position
91 documentation documentation
92}
93
94type NullType struct {
95 ValueType Type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected