package
0.0.0-20220524114957-3eb4ebeddf74
Repository: https://github.com/3n0ugh/kalenderium.git
Documentation: pkg.go.dev

# Functions

MakeAddEventEndpoint will receive a request, convert to the desired format, invoke the service and return the response structure.
MakeDeleteEventEndpoint will receive a request, convert to the desired format, invoke the service and return the response structure.
MakeListEventEndpoint will receive a request, convert to the desired format, invoke the service and return the response structure.
MakeLoginEndpoint will receive a request, convert to the desired format, invoke the service and return the response structure.
MakeLogoutEndpoint will receive a request, convert to the desired format, invoke the service and return the response structure.
MakeSignUpEndpoint will receive a request, convert to the desired format, invoke the service and return the response structure.
No description provided by the author

# Structs

AddEventRequest -> CreateEvent endpoint's input structures.
AddEventResponse -> CreateEvent endpoint's output structure.
DeleteEventRequest -> CreateEvent endpoint's input structures.
DeleteEventResponse -> CreateEvent endpoint's output structure.
ListEventRequest -> CreateEvent endpoint's input structures.
ListEventResponse -> CreateEvent endpoint's output structure.
LoginRequest -> CreateEvent endpoint's input structures.
LoginResponse -> CreateEvent endpoint's output structure.
LogoutRequest -> CreateEvent endpoint's input structures.
LogoutResponse -> CreateEvent endpoint's output structure.
No description provided by the author
SignUpRequest -> CreateEvent endpoint's input structures.
SignUpResponse -> CreateEvent endpoint's output structure.