# Packages
Package types implements all the types used by the TicketGranting protocol.
# Functions
NewProtocol returns a new Ticket Granting protocol.
# Constants
MethodGetName is the method ID for the method GetName.
MethodGetPID is the method ID for the method GetPID.
MethodLogin is the method ID for the method Login.
MethodLoginEx is the method ID for the method LoginEx.
MethodLoginWithContext is the method ID for the method LoginWithContext.
MethodRequestTicket is the method ID for the method RequestTicket.
ProtocolID is the protocol ID for the Ticket Granting protocol.
# Structs
Protocol stores all the RMC method handlers for the Ticket Granting protocol and listens for requests.
# Interfaces
Interface implements the methods present on the Ticket Granting protocol struct.