# Functions
NewRegionSyncer returns a region syncer that ensures final consistency through the heartbeat, but it does not guarantee strong consistency.
# Structs
RegionSyncer is used to sync the region information without raft.
# Interfaces
ClientStream is the client side of the region syncer.
Server is the abstraction of the syncer storage server.
ServerStream is the server side of the region syncer.