Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RStructField ¶
type RStructField struct {
reflect.StructField
}
func (*RStructField) Anonymous ¶
func (f *RStructField) Anonymous() bool
func (*RStructField) Name ¶
func (f *RStructField) Name() string
func (*RStructField) PkgPath ¶
func (f *RStructField) PkgPath() string
func (*RStructField) Tag ¶
func (f *RStructField) Tag() reflect.StructTag
func (*RStructField) Type ¶
func (f *RStructField) Type() Type
type StructField ¶
type StructField = x.StructField
type TStructField ¶
type TStructField struct {
// contains filtered or unexported fields
}
func (*TStructField) Anonymous ¶
func (f *TStructField) Anonymous() bool
func (*TStructField) Name ¶
func (f *TStructField) Name() string
func (*TStructField) PkgPath ¶
func (f *TStructField) PkgPath() string
func (*TStructField) Tag ¶
func (f *TStructField) Tag() reflect.StructTag
func (*TStructField) Type ¶
func (f *TStructField) Type() Type
Click to show internal directories.
Click to hide internal directories.