Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldMetadata ¶
type FieldMetadata struct {
Anonymous bool // embedded?
}
type Function ¶
type Info ¶
type Info struct {
Kind Kind `json:"kind"`
Name string `json:"name"`
Lv int `json:"lv"` // v is 0, *v is 1
Package string `json:"package"`
// contains filtered or unexported fields
}
func (*Info) GetFullName ¶
func (*Info) GetPackage ¶
func (*Info) GetReflectKind ¶
func (*Info) GetReflectType ¶
func (*Info) GetReflectValue ¶
type Kind ¶
func (Kind) MarshalJSON ¶
type Shape ¶
Click to show internal directories.
Click to hide internal directories.