cherryReflect

package
v0.0.0-...-7d1f701 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2024 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

func IsNotPtr(val interface{}) bool

func IsPtr

func IsPtr(val interface{}) bool

func ReflectTry

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

Types

type FuncInfo

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

func GetFuncInfo

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

Jump to

Keyboard shortcuts

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