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

Struct BasicClient

pkg/groq/http.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type BasicClient struct {
10 client *tls_client.HttpClient
11}
12
13func NewBasicClient() tls_client.HttpClient {
14 jar := tls_client.NewCookieJar()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected