package
3.1.0+incompatible
Repository: https://github.com/dylhack/mcauth.git
Documentation: pkg.go.dev

# Functions

AltAlreadyExistsError means the alt already exists in the database.
InvalidAltNameError means the request is has an invalid alt player name.
InvalidIDError occurs when someone tries to resolve an unresolvable ID.
InvalidOwnerError means the request gave an invalid owner Minecraft player name.
MissingIDError occurs when an ID isn't provided in the /api/resolve endpoint.
NoAltNameError means that the request is missing the player name attribute.
NoOwnerError means the request is missing the owner attribute.
NoPlayerError means that the request is missing the player UUID attribute.
Ship sends a response body.
ShipError prepares and sends an error response given.
StartAllRoutes starts listening on all the routes needed.

# Structs

NewAlt represents a new incoming alt account.
Server represents the webserver brought together.