Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapType ¶
func NewMapType ¶
type StructField ¶
func NewStructField ¶
func NewStructField(name string, typ Type) StructField
type StructType ¶
type StructType struct {
Fields []StructField
}
func NewStruct ¶
func NewStruct(fields ...StructField) *StructType
func (*StructType) BasicType ¶
func (s *StructType) BasicType() BasicType
func (*StructType) Equal ¶
func (s *StructType) Equal(t Type) bool
func (*StructType) String ¶
func (s *StructType) String() string
Click to show internal directories.
Click to hide internal directories.