Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CaughtUpAndReady stands for testing mock node is finishing catching up, /ready should return 200 CaughtUpAndReady = iota // CatchingUpFast stands for mock node is mocking fast catch up state, /ready should return 400 CatchingUpFast // StoppedAtUnsupported stands for mock node stopped at unsupported round, /ready should return 500 StoppedAtUnsupported )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNodeCatchupStatus ¶
type MockNodeCatchupStatus uint
MockNodeCatchupStatus enumerates over possible mock status of a mock node in testing
Click to show internal directories.
Click to hide internal directories.