Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
BasicClient
struct
{
11
client *http.Client
12
}
13
14
func
NewBasicClient() *BasicClient {
15
return
&BasicClient{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected