# Functions
CreateEndpoints creates a list of endpoints given the right scheme.
GetDirectory gets the full directory part of the key to the form:
path/to/.
Normalize the key for each store to the form:
path/to/key.
SplitKey splits the key to extract path informations.
# Variables
ErrKeyNotFound is raised when the given key could not be found in the store.
# Interfaces
Store describes the key/value store contract.