Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Hook = &OnEndHook{ instrumenter: NewSentinelInstrumenter(), }
Functions ¶
func NewSentinelInstrumenter ¶
func NewSentinelInstrumenter() *sentinelInstrumenter
Types ¶
type OnEndHook ¶
type OnEndHook struct {
// contains filtered or unexported fields
}
func (*OnEndHook) OnCompleted ¶
func (h *OnEndHook) OnCompleted(ctx *base.EntryContext)
func (*OnEndHook) OnEntryBlocked ¶
func (h *OnEndHook) OnEntryBlocked(ctx *base.EntryContext, blockError *base.BlockError)
func (*OnEndHook) OnEntryPassed ¶
func (h *OnEndHook) OnEntryPassed(ctx *base.EntryContext)
Click to show internal directories.
Click to hide internal directories.