Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidType = fmt.Errorf("statement: invalid type for scan")
)
Functions ¶
func IsSlice ¶
func IsSlice(v interface{}) bool
IsSlice return true if the given interface{} holds a slice type
Types ¶
type PointersExtractor ¶
PointersExtractor function type
func FindExtractor ¶
func FindExtractor(t reflect.Type) (PointersExtractor, error)
FindExtractor returns a PointersExtractor for the given type
Click to show internal directories.
Click to hide internal directories.