MCPcopy Create free account

hub / github.com/Fs02/go-todo-backend / types & classes

Types & classes25 in github.com/Fs02/go-todo-backend

↓ 1 callersTypeAliasAlias
todos/todo.go:41
StructFilter
Filter for search.
todos/search.go:10
StructHealthz
Healthz handler.
api/handler/healthz.go:23
FuncTypeMockFunc
MockFunc function.
todos/todostest/todos.go:12
InterfacePinger
Pinger interface.
api/handler/healthz.go:13
StructPoint
Point component for score.
scores/point.go:8
StructScore
Score stores total points.
scores/score.go:8
StructScore
Score for score endpoints.
api/handler/score.go:12
InterfaceService
go:generate mockery --name=Service --case=underscore --output scorestest --outpkg scorestest Service instance for todo's domain. Any operation done to
scores/service.go:13
InterfaceService
go:generate mockery --name=Service --case=underscore --output todostest --outpkg todostest Service instance for todo's domain. Any operation done to a
todos/service.go:19
StructService
Service is an autogenerated mock type for the Service type
scores/scorestest/service.go:12
StructService
Service is an autogenerated mock type for the Service type
todos/todostest/service.go:15
StructTodo
Todo respresent a record stored in todos table.
todos/todo.go:19
StructTodos
Todos for todos endpoints.
api/handler/todos.go:26
Structclear
todos/clear.go:9
Structcreate
todos/create.go:11
TypeAliasctx
api/handler/todos.go:18
Structdelete
todos/delete.go:9
Structearn
scores/earn.go:10
Structping
api/handler/healthz.go:17
Structpinger
api/handler/healthz_test.go:14
Structsearch
todos/search.go:15
Structservice
beside embeding the struct, you can also declare the function directly on this struct. the advantage of embedding the struct is it allows spreading th
scores/service.go:19
Structservice
beside embeding the struct, you can also declare the function directly on this struct. the advantage of embedding the struct is it allows spreading th
todos/service.go:29
Structupdate
todos/update.go:11