MCPcopy
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
34type client struct {
35 httpClient *http.Client
36 endpoint string
37}
38
39func NewClient(endpoint string) Client {
40 return &client{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected