MCPcopy
hub / github.com/sagikazarmark/modern-go-application / MarkAsDone

Method MarkAsDone

internal/app/mga/todo/service.go:25–25  ·  view source on GitHub ↗

MarkAsDone marks a todo as done.

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

23
24 // MarkAsDone marks a todo as done.
25 MarkAsDone(ctx context.Context, id string) error
26}
27
28type service struct {

Callers 8

TestList_MarkAsDoneFunction · 0.95
runMarkAsDoneFunction · 0.65
MarkTodoAsDoneMethod · 0.65
MarkAsDoneMethod · 0.65
MarkAsDoneMethod · 0.65
MakeMarkAsDoneEndpointFunction · 0.65

Implementers 4

serviceinternal/app/mga/todo/service.go
loggingMiddlewareinternal/app/mga/todo/tododriver/middl
instrumentationMiddlewareinternal/app/mga/todo/tododriver/middl
grpcServerinternal/app/mga/todo/tododriver/trans

Calls

no outgoing calls

Tested by 3

TestList_MarkAsDoneFunction · 0.76