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 any) bool
- func IsEmptyValue(v any) bool
- func New(tpe reflect.Type) reflect.Value
- func ParseStructTags(tag string) map[string]StructTag
- type StructTag
- type ZeroChecker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FullTypeName ¶
func IsEmptyValue ¶
func ParseStructTags ¶ added in v0.0.6
Types ¶
type ZeroChecker ¶
type ZeroChecker interface {
IsZero() bool
}
Click to show internal directories.
Click to hide internal directories.