Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Array ¶
type Basic ¶
type Interface ¶
type Interface struct {
Kind string `json:"kind"`
}
func NewInterface ¶
func NewInterface() Interface
type Named ¶
type Package ¶
func GetPackage ¶
type Pointer ¶
func NewPointer ¶
type Signature ¶
type Struct ¶
type Struct struct { Kind string `json:"kind"` Fields []StructField `json:"fields"` }
func NewStruct ¶
func NewStruct(fields []StructField) Struct
type StructField ¶
type StructField struct { Kind string `json:"kind"` Name string `json:"name"` Type Type `json:"type"` }
func NewStructField ¶
func NewStructField(name string, fieldType Type) StructField
type Unsupported ¶
func NewUnsupported ¶
func NewUnsupported(name string) Unsupported
Click to show internal directories.
Click to hide internal directories.