cherryReflect

package
v1.3.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFuncName

func GetFuncName(fn interface{}) string

func GetStructName

func GetStructName(v interface{}) string

func IsNotPtr added in v1.2.3

func IsNotPtr(val interface{}) bool

func IsPtr added in v1.2.3

func IsPtr(val interface{}) bool

func ReflectTry

func ReflectTry(f reflect.Value, args []reflect.Value, handler func(interface{}))

Types

type FuncInfo added in v1.3.0

type FuncInfo struct {
	Type       reflect.Type
	Value      reflect.Value
	InArgs     []reflect.Type
	InArgsLen  int
	OutArgs    []reflect.Type
	OutArgsLen int
}

func GetFuncInfo added in v1.3.0

func GetFuncInfo(fn interface{}) (FuncInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL