Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callback ¶
type Callback struct { HeavyCheck HeavyCheck LightCheck LightCheck }
type Checker ¶
type Checker struct { HeavyCheck HeavyCheck LightCheck LightCheck }
type HeavyCheck ¶
type HeavyCheck interface {
Enqueue(evs inter.LlrSignedEpochVote, checked func(error)) error
}
type LightCheck ¶
type LightCheck func(evs inter.LlrSignedEpochVote) error
Click to show internal directories.
Click to hide internal directories.