Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFieldType ¶
NewFieldType creates a field by its field name. This version of FieldType is unstructured and has DynType as its type.
Types ¶
type TypeRef ¶
type TypeRef struct {
// contains filtered or unexported fields
}
TypeRef is the implementation of TypeRef for an unstructured object. This is especially usefully when the schema is not known or available.
func NewTypeRef ¶
NewTypeRef creates a TypeRef by the given field name.
func (*TypeRef) Field ¶
Field looks up the field by name. This is the unstructured version that allows any name as the field name. The returned field is of DynType type.
type TypeResolver ¶
type TypeResolver struct { }
Click to show internal directories.
Click to hide internal directories.