MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / CheckHandler

Struct CheckHandler

internal/api/check.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type CheckHandler struct {
12 svc service.CheckService
13}
14
15func NewCheckHandler(svc service.CheckService) *CheckHandler {
16 return &CheckHandler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected