Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeoninCS/DevDesk
/ NewHttpTestHandler
Function
NewHttpTestHandler
backend/internal/handler/HttpTestHandler.go:15–17 ·
view source on GitHub ↗
(svc *service.HttpTestService)
Source
from the content-addressed store, hash-verified
13
}
14
15
func
NewHttpTestHandler(svc *service.HttpTestService) *HttpTestHandler {
16
return
&HttpTestHandler{svc: svc}
17
}
18
19
func
(h *HttpTestHandler) Do(c *gin.Context) {
20
var
req service.HttpTestReq
Callers
1
NewHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected