MCPcopy
hub / github.com/ccfos/nightingale / IbexCallBacker

Struct IbexCallBacker

alert/sender/ibex.go:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected