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

Struct BasicClient

pkg/cuhttp/http.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type BasicClient struct {
11 client *http.Client
12}
13
14func NewBasicClient() *BasicClient {
15 return &BasicClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected