TodoController struct TodoController Undocumented index(req:) Undocumented Declaration Swift func index(req: Request) throws -> EventLoopFuture<[Todo]> create(req:) Undocumented Declaration Swift func create(req: Request) throws -> EventLoopFuture<Todo> delete(req:) Undocumented Declaration Swift func delete(req: Request) throws -> EventLoopFuture<HTTPStatus>