MCPcopy
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
30type Client interface {
31 Awaken(api userconfig.Resource) error
32}
33
34type client struct {
35 httpClient *http.Client

Callers 2

AwakenMethod · 0.65
awakenAPIMethod · 0.65

Implementers 4

Autoscalerpkg/autoscaler/autoscaler.go
Handlerpkg/autoscaler/handler.go
clientpkg/autoscaler/client.go
autoscalerClientMockpkg/activator/activator_test.go

Calls

no outgoing calls

Tested by

no test coverage detected