package
0.0.0-20241219175211-fe58c102048f
Repository: https://github.com/meetnearme/api.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeleteEventRsvpHandler is a wrapper that creates the UserHandler and returns the handler function for deleting a eventRsvp.
DeletePurchasableHandler is a wrapper that creates the UserHandler and returns the handler function for deleting a purchasable.
DeletePurchaseHandler is a wrapper that creates the UserHandler and returns the handler function for deleting a eventPurchase.
DeleteRegistrationHandler is a wrapper that creates the RegistrationHandler and returns the handler function for deleting a user.
DeleteRegistrationHandler is a wrapper that creates the RegistrationHandler and returns the handler function for deleting a user.
GetEventRsvpHandler is a wrapper that creates the UserHandler and returns the handler function for getting a eventRsvp by ID.
GetEventRsvpsHandler is a wrapper that creates the UserHandler and returns the handler function for getting all eventRsvps.
No description provided by the author
GetPurchasableHandler is a wrapper that creates the UserHandler and returns the handler function for getting a purchasable by ID.
GetPurchasablesHandler is a wrapper that creates the UserHandler and returns the handler function for getting all purchasables.
GetPurchaseHandler is a wrapper that creates the UserHandler and returns the handler function for getting a eventPurchase by ID.
GetPurchasesHandler is a wrapper that creates the UserHandler and returns the handler function for getting all eventPurchases.
No description provided by the author
GetRegistrationsHandler is a wrapper that creates the RegistrationHandler and returns the handler function for getting all users.
GetRegistrationsHandler is a wrapper that creates the RegistrationHandler and returns the handler function for getting all users.
GetRegistrationsHandler is a wrapper that creates the RegistrationHandler and returns the handler function for getting all users.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewRegistrationHandler creates a new RegistrationHandler with the given RegistrationService.
NewRegistrationHandler creates a new RegistrationHandler with the given RegistrationService.
UpdateEventRsvpHandler is a wrapper that creates the UserHandler and returns the handler function for updating a eventRsvp.
UpdatePurchasableHandler is a wrapper that creates the UserHandler and returns the handler function for updating a purchasable.
UpdatePurchaseHandler is a wrapper that creates the UserHandler and returns the handler function for updating a eventPurchase.
UpdateRegistrationHandler is a wrapper that creates the RegistrationHandler and returns the handler function for updating a user.
UpdateRegistrationHandler is a wrapper that creates the RegistrationHandler and returns the handler function for updating a user.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
UserHandler handles user-related requests.
UserHandler handles user-related requests.