# Functions

NewHealthcheckHandler creates a HTTP handler for serving a healthcheck endpoint.
NewRouter provides REST endpoint routing for the Todo API.
NewTodosHandler creates a HTTP handler for serving a list of todos.

# Structs

Endpoints specifies the Todo API endpoint configurations as a list of http.Handlers.
Router represents a Todo's HTTP router, with the appropriate endpoints configured.