package
0.0.0-20240614080809-1367b42e1fc0
Repository: https://github.com/passkit/passkit-golang-grpc-quickstart.git
Documentation: pkg.go.dev

# Functions

CreateEvent takes venueId and productionId to create a new event for an event ticket.
CreateProdutions takes a new production name and creates a new production.
CreateTemplate creates the pass template for event tickets.
CreateTicketType takes the productionId and the templateId creating a new ticket type for an event.
CreateVenue creates a new venue for an event.
IssueEventTicket takes a ticketTypeId, productionId and eventId to issue an event ticket.
RedeemTicket takes a ticketId to redeems an event ticket.
ValidateTicket takes a ticketId to validate an event ticket.