Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortexlabs/cortex
/ Client
Interface
Client
pkg/autoscaler/client.go:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
)
29
30
type
Client
interface
{
31
Awaken(api userconfig.Resource) error
32
}
33
34
type
client
struct
{
35
httpClient *http.Client
Callers
2
Awaken
Method · 0.65
awakenAPI
Method · 0.65
Implementers
4
Autoscaler
pkg/autoscaler/autoscaler.go
Handler
pkg/autoscaler/handler.go
client
pkg/autoscaler/client.go
autoscalerClientMock
pkg/activator/activator_test.go
Calls
no outgoing calls
Tested by
no test coverage detected