# Functions
NewCase creates a new case.
# Variables
CaseMap is a mapping of the cases to the their corresponding initialize functions.
# Structs
AddNodesInner adds nodes.
Case represents a test suite for simulator.
DeleteNodesInner removes nodes.
ReadFlowOnRegionInner reads bytes in some region.
Region is used to simulate a region.
Store is used to simulate tikv.
WriteFlowOnRegionInner writes bytes in some region.
WriteFlowOnSpotInner writes bytes in some range.
# Interfaces
EventInner is a detail template for custom events.
# Type aliases
CheckerFunc checks if the scheduler is finished.