# Functions
NewFilestore initializes a new SessionStore backed by a file TODO: fix race bug.
# Structs
MsgState encapsulates a message state to be stored in the SessionStore for graceful recovery.
# Interfaces
SessionStore describes the interface for a store for transporter MsgStates to be used graceful recovery.