MCPcopy Create free account
hub / github.com/SMNETSTUDIO/Groq2API / ReadWriter

Struct ReadWriter

pkg/groq/response.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type ReadWriter struct {
10 w http.ResponseWriter
11 r *http.Response
12}
13
14type ResponseWriterWrapper struct {
15 gin.ResponseWriter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected