# README
Loot
This packages implements the server's Loot interfaces and local storage backend.
# Functions
GetLootDir - Get the directory that contains all loot.
GetLootStore - Get an instances of the core LootStore.
# Constants
2Gb, shouldn't matter the gRPC message size limit is 2Gb.
# Variables
ErrInvalidLootID - Invalid Loot ID.
ErrLootNotFound - Loot not found.
# Structs
LocalBackend - A loot backend that saves files locally to disk.
LootStore - The struct that represents the loot store.
# Interfaces
LootBackend - The interface any loot backend must implement.