# Functions
Expected chunks `proto.CheckinExpected` message into multiple chunks to be sent across the protocol.
Observed chunks `proto.CheckinObserved` message into multiple chunks to be sent across the protocol.
RecvExpected handles the receiving of chunked proto.CheckinObjected.
RecvObserved handles the receiving of chunked proto.CheckinObserved.
WithRepeatPadding adjusts the padding used on each repeated structure.
WithTimestamp adjusts the timestamp used for the chunking.
# Interfaces
CheckinExpectedReceiver provides a Recv interface to receive proto.CheckinExpected messages.
CheckinObservedReceiver provides a Recv interface to receive proto.CheckinObserved messages.
# Type aliases
Option is an option for adjusting chunking.