Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fs02/go-todo-backend
/ types & classes
Types & classes
25 in github.com/Fs02/go-todo-backend
⨍
Functions
81
◇
Types & classes
25
↓ 1 callers
TypeAlias
Alias
todos/todo.go:41
Struct
Filter
Filter for search.
todos/search.go:10
Struct
Healthz
Healthz handler.
api/handler/healthz.go:23
FuncType
MockFunc
MockFunc function.
todos/todostest/todos.go:12
Interface
Pinger
Pinger interface.
api/handler/healthz.go:13
Struct
Point
Point component for score.
scores/point.go:8
Struct
Score
Score stores total points.
scores/score.go:8
Struct
Score
Score for score endpoints.
api/handler/score.go:12
Interface
Service
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
Interface
Service
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
Struct
Service
Service is an autogenerated mock type for the Service type
scores/scorestest/service.go:12
Struct
Service
Service is an autogenerated mock type for the Service type
todos/todostest/service.go:15
Struct
Todo
Todo respresent a record stored in todos table.
todos/todo.go:19
Struct
Todos
Todos for todos endpoints.
api/handler/todos.go:26
Struct
clear
todos/clear.go:9
Struct
create
todos/create.go:11
TypeAlias
ctx
api/handler/todos.go:18
Struct
delete
todos/delete.go:9
Struct
earn
scores/earn.go:10
Struct
ping
api/handler/healthz.go:17
Struct
pinger
api/handler/healthz_test.go:14
Struct
search
todos/search.go:15
Struct
service
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
Struct
service
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
Struct
update
todos/update.go:11