Documentation
¶
Overview ¶
Package refl provides reflection helpers.
Deprecated: use github.com/swaggest/refl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepIndirect ¶
DeepIndirect returns first encountered non-ptr.
func FindEmbeddedSliceOrMap ¶ added in v0.6.14
FindEmbeddedSliceOrMap checks if variable has a slice/array/map or a pointer to it embedded.
func HasTaggedFields ¶
HasTaggedFields checks if the structure has fields with tag name.
func IsSliceOrMap ¶
func IsSliceOrMap(i interface{}) bool
IsSliceOrMap checks if variable is a slice/array/map or a pointer to it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.