Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortexlabs/cortex
/ client
Struct
client
pkg/autoscaler/client.go:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
type
client
struct
{
35
httpClient *http.Client
36
endpoint string
37
}
38
39
func
NewClient(endpoint string) Client {
40
return
&client{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected