# Functions
New creates a new unvalidated ticket without work.
NewBoltRepository initializes a new repository.
NewFromBytes will generate a ticket from the json-encoded data.
NewRedisRepository initializes a new repository.
# Constants
BoltDBFile is the filename to store the boltdb database.
BucketName is the bucket name to store the tickets on the bolt db.
TicketHeader is the HTTP Header that contains our ticket ID when sending messages.
# Interfaces
Repository is a ticket repository to fetch and store tickets.