# Functions
No description provided by the author
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
# Structs
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
No description provided by the author
No description provided by the author
No description provided by the author
ClockRequest defines model for ClockRequest.
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
CreateEmployeeJSONBody defines parameters for CreateEmployee.
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
No description provided by the author
No description provided by the author
Employee defines model for Employee.
EmployeeClockHistory defines model for EmployeeClockHistory.
Error defines model for Error.
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
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
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
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
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
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServerInterface represents all server handlers.
StrictServerInterface represents all server handlers.
No description provided by the author
# Type aliases
No description provided by the author
ClockInJSONRequestBody defines body for ClockIn for application/json ContentType.
No description provided by the author
ClockOutJSONRequestBody defines body for ClockOut for application/json ContentType.
CreateEmployeeJSONRequestBody defines body for CreateEmployee for application/json ContentType.
EmployeeClockHistories defines model for EmployeeClockHistories.
Employees defines model for Employees.
No description provided by the author
No description provided by the author
No description provided by the author
NotFound defines model for NotFound.
No description provided by the author
PatchEmployeeJSONRequestBody defines body for PatchEmployee for application/json ContentType.
No description provided by the author
No description provided by the author
Unauthorized defines model for Unauthorized.
No description provided by the author
UnexpectedError defines model for UnexpectedError.
No description provided by the author
UpdateEmployeeJSONRequestBody defines body for UpdateEmployee for application/json ContentType.
ValidationError defines model for ValidationError.
No description provided by the author