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

Method Handle

internal/common/error_handler.go:10–10  ·  view source on GitHub ↗

Handle handles an error.

(ctx context.Context, err error)

Source from the content-addressed store, hash-verified

8type ErrorHandler interface {
9 // Handle handles an error.
10 Handle(ctx context.Context, err error)
11}
12
13type noopErrorHandler struct{}

Callers 4

CreateTodoMethod · 0.65
MarkTodoAsDoneMethod · 0.65
TodosMethod · 0.65
mainFunction · 0.65

Implementers 2

MarkedAsDoneEventHandlerinternal/app/mga/todo/todogen/MarkedAs
noopErrorHandlerinternal/common/error_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected