Documentation
¶
Index ¶
- func ActualValue(v reflect.Value) reflect.Value
- func IsBasicType(t reflect.Type) bool
- func IsBasicValue(value reflect.Value) bool
- func IsSliceType(value reflect.Type) bool
- func IsStructType(t reflect.Type) bool
- func IsStructValue(value reflect.Value) bool
- func ReflectProperty(v reflect.Value, mapping map[string]Property)
- type Column
- type Properties
- type Property
- type Tag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsBasicType ¶
func IsBasicValue ¶
func IsSliceType ¶
func IsStructType ¶
func IsStructValue ¶
Types ¶
type Properties ¶
type Properties []Property
Properties is a property array
func (Properties) Len ¶
func (p Properties) Len() int
func (Properties) Less ¶
func (p Properties) Less(i, j int) bool
func (Properties) Swap ¶
func (p Properties) Swap(i, j int)
func (Properties) Values ¶
func (p Properties) Values() []interface{}
Values return all values of Properties
Click to show internal directories.
Click to hide internal directories.