Documentation ¶
Index ¶
Constants ¶
View Source
const (
StatSlotOrder = 2000
)
Variables ¶
View Source
var (
DefaultSlot = &Slot{}
)
Functions ¶
This section is empty.
Types ¶
type Slot ¶ added in v0.6.1
type Slot struct { }
func (*Slot) OnCompleted ¶ added in v0.6.1
func (s *Slot) OnCompleted(_ *base.EntryContext)
func (*Slot) OnEntryBlocked ¶ added in v0.6.1
func (s *Slot) OnEntryBlocked(ctx *base.EntryContext, blockError *base.BlockError)
func (*Slot) OnEntryPassed ¶ added in v0.6.1
func (s *Slot) OnEntryPassed(_ *base.EntryContext)
Click to show internal directories.
Click to hide internal directories.