# Functions
NewFileStorage creates a new file storages TODO: Support other types (GCS, S3) to deploy mock server as a cluster.
NewLocalStorage creates a new instance of LocalStorage.
# Structs
LocalStorage define methods to access local storage.
LocalStorageConfig defines config for local storage.
# Interfaces
FileStorage defines interface for file store.