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

Struct HttpTestService

backend/internal/service/HttpTest.go:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type HttpTestService struct {
26 client *http.Client
27}
28
29func NewHttpTestService() *HttpTestService {
30 return &HttpTestService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected