| 23 | ) |
| 24 | |
| 25 | type IbexCallBacker struct { |
| 26 | targetCache *memsto.TargetCacheType |
| 27 | userCache *memsto.UserCacheType |
| 28 | taskTplCache *memsto.TaskTplCache |
| 29 | } |
| 30 | |
| 31 | func (c *IbexCallBacker) CallBack(ctx CallBackContext) { |
| 32 | if len(ctx.CallBackURL) == 0 || len(ctx.Events) == 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected