Documentation ¶
Index ¶
- func CallAfterFunc(funcName string, ctx ginutil.Context, params ...interface{}) *msgentity.MsgEntity
- func CallAroundFunc(funcName string, ctx ginutil.Context, params ...interface{}) *msgentity.MsgEntity
- func CallBeforeFunc(funcName string, ctx ginutil.Context, params ...interface{}) *msgentity.MsgEntity
- func RegisterAfter(funcName string, ...)
- func RegisterAround(funcName string, ...)
- func RegisterBefore(funcName string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallAfterFunc ¶
func CallAfterFunc(funcName string, ctx ginutil.Context, params ...interface{}) *msgentity.MsgEntity
*
- 调用Aop-函数执行后调用函数
- @param funcName 被监听函数 xxservice.xx
- @param doFunc 被调用函数
- @return
func CallAroundFunc ¶
func CallAroundFunc(funcName string, ctx ginutil.Context, params ...interface{}) *msgentity.MsgEntity
*
- 调用Aop-函数执行中调用函数
- @param funcName 被监听函数 xxservice.xx
- @param doFunc 被调用函数
- @return
func CallBeforeFunc ¶
func CallBeforeFunc(funcName string, ctx ginutil.Context, params ...interface{}) *msgentity.MsgEntity
*
- 调用Aop-函数执行前调用函数
- @param funcName 被监听函数 xxservice.xx
- @param doFunc 被调用函数
- @return
func RegisterAfter ¶
func RegisterAfter(funcName string, doFunc func(ctx ginutil.Context, params ...interface{}) *msgentity.MsgEntity)
*
- 注册Aop-函数执行后调用函数
- @param funcName 被监听函数
- @param doFunc 被调用函数
- @return
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.