Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotator ¶
type Member ¶
type Member struct { K MemberKind N string }
type MemberKind ¶
type MemberKind int8
const ( FieldMember MemberKind = iota + 1 MethodMember )
func (MemberKind) String ¶
func (k MemberKind) String() string
type TypeAnnotations ¶
type TypeAnnotations struct {
// contains filtered or unexported fields
}
func (*TypeAnnotations) Type ¶
func (ta *TypeAnnotations) Type() reflect.Type
type TypeAnnotationsMap ¶
type TypeAnnotationsMap struct {
// contains filtered or unexported fields
}
func Global ¶
func Global() *TypeAnnotationsMap
func NewTypeAnnotationsMap ¶
func NewTypeAnnotationsMap() *TypeAnnotationsMap
func (*TypeAnnotationsMap) Get ¶
func (tam *TypeAnnotationsMap) Get(ty reflect.Type) *TypeAnnotations
Click to show internal directories.
Click to hide internal directories.