Documentation
¶
Index ¶
- Variables
- func AddBean(beanName string, beanPtr any)
- func BeanTest()
- func CallFun(beanName, methodName string, parameterValueMap map[string]any) []any
- func Clean()
- func DebugBeanAll(c *gin.Context)
- func DebugBeanFunCall(c *gin.Context)
- func DebugBeanGetField(c *gin.Context)
- func DebugBeanList(c *gin.Context)
- func DebugBeanSetField(c *gin.Context)
- func ExistBean(beanName string) bool
- func GetBean(beanName string) any
- func GetBeanNames(beanName string) []string
- func GetField(beanName, fieldName string) any
- func SetField(beanName string, fieldName string, fieldValue any)
- type FieldGetReq
- type FieldSetReq
- type FunCallReq
Constants ¶
This section is empty.
Variables ¶
View Source
var BeanMap map[string]any
Functions ¶
func DebugBeanAll ¶
func DebugBeanFunCall ¶
func DebugBeanGetField ¶
func DebugBeanList ¶
func DebugBeanSetField ¶
func GetBeanNames ¶
Types ¶
type FieldGetReq ¶
type FieldSetReq ¶
Click to show internal directories.
Click to hide internal directories.