# Functions
DeleteState deleting state from the storage.
GetState attempt to read the state from storage.
GetStorageClient initialize and return a StorageClient.
LockState will lock the state as requested.
ParseMetadata look into the request and read metadata.
UnLockState will unlock the state as requested.
UpdateState create or update existing state.
# Variables
KnownStorageTypes map storage types to storage clients before starting the server so backend knows what's supported.