package
0.0.0-20230517082652-5cbe426617a5
Repository: https://github.com/asgernoer/code-generation-talk.git
Documentation: pkg.go.dev

# Functions

RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.

# Constants

No description provided by the author
Defines values for Status.
Defines values for Status.
Defines values for Status.

# Structs

Error defines model for error.
Reminder A unique reminder.
ServerInterfaceWrapper converts echo contexts to parameters.
UpdateReminderParams defines parameters for UpdateReminder.

# Interfaces

This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
ServerInterface represents all server handlers.

# Type aliases

AllReminders defines model for all-reminders.
ErrorReponse defines model for error.
ID defines model for reminderID.
QueryStatus defines model for status.
ReminderID defines model for reminderID.
Reminders defines model for reminders.
SingleReminder A unique reminder.
Status defines model for status.