package
0.0.0-20240309204842-b5b9788f6f96
Repository: https://github.com/etiennerqt/go_rest_api.git
Documentation: pkg.go.dev

# Functions

GetAllEvents retrieves all events from the database.
GetEventByID retrieves an Event by its ID from the database.

# Structs

Event represents an event with ID, name, description, location, date/time, and user ID fields.
User represents a user account with ID, email and password.