Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/campoy/todo
/ types & classes
Types & classes
6 in github.com/campoy/todo
⨍
Functions
212
◇
Types & classes
6
Struct
AddRequest
talk/rest.go:39
Struct
AddResponse
talk/rest.go:43
Struct
Task
task/task.go:20
Struct
TaskManager
TaskManager manages a list of tasks in memory.
task/task.go:35
Struct
badRequest
badRequest is handled by setting the status code in the reply to StatusBadRequest.
server/server.go:51
Struct
notFound
notFound is handled by setting the status code in the reply to StatusNotFound.
server/server.go:54