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

Struct ScalarType

pkg/schema/type.go:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type ScalarType struct {
82 ValueType interface{}
83 Position *filepos.Position
84 defaultValue interface{}
85 documentation documentation
86}
87
88type AnyType struct {
89 defaultValue interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected