# Functions

NewGenerator returns a new Generator.
NewValidator return a new Validator implementation.

# Constants

OperationClone is tye of token for cloning a PVC.
OperationUpload is the type of token for uploading to a PVC.

# Structs

Payload is the data inside our token.

# Interfaces

Generator generates tokens.
Validator validates tokens.

# Type aliases

Operation is the type of the token.