Documentation ¶ Index ¶ func IsCleanup(typ reflect.Type) bool func IsError(typ reflect.Type) bool func IsFunc(value interface{}) bool func IsPtr(value interface{}) bool type Func func InspectFunction(fn interface{}) *Func type Interface func InspectInterfacePtr(iface interface{}) *Interface Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsCleanup ¶ func IsCleanup(typ reflect.Type) bool IsCleanup func IsError ¶ func IsError(typ reflect.Type) bool IsError func IsFunc ¶ func IsFunc(value interface{}) bool IsFunc func IsPtr ¶ func IsPtr(value interface{}) bool IsPtr Types ¶ type Func ¶ type Func struct { Name string reflect.Type reflect.Value } Func func InspectFunction ¶ func InspectFunction(fn interface{}) *Func InspectFunction type Interface ¶ type Interface struct { Name string Type reflect.Type } Interface func InspectInterfacePtr ¶ func InspectInterfacePtr(iface interface{}) *Interface InspectInterfacePtr Source Files ¶ View all Source files func.goiface.goreflection.go Click to show internal directories. Click to hide internal directories.