MCPcopy Create free account
hub / github.com/LeoninCS/DevDesk / HttpTestHandler

Struct HttpTestHandler

backend/internal/handler/HttpTestHandler.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type HttpTestHandler struct {
12 svc *service.HttpTestService
13}
14
15func NewHttpTestHandler(svc *service.HttpTestService) *HttpTestHandler {
16 return &HttpTestHandler{svc: svc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected