Documentation ¶
Index ¶
- func Deref(tpe reflect.Type) reflect.Type
- func FullTypeName(rtype reflect.Type) string
- func Indirect(rv reflect.Value) reflect.Value
- func IsBytes(v interface{}) bool
- func IsEmptyValue(v interface{}) bool
- func MarshalText(v interface{}) ([]byte, error)
- func New(tpe reflect.Type) reflect.Value
- func UnmarshalText(v interface{}, data []byte) error
- type RawValuer
- type ZeroChecker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FullTypeName ¶
func IsEmptyValue ¶
func IsEmptyValue(v interface{}) bool
func MarshalText ¶
func UnmarshalText ¶
Types ¶
type ZeroChecker ¶
type ZeroChecker interface {
IsZero() bool
}
Click to show internal directories.
Click to hide internal directories.