MCPcopy
hub / github.com/cortexlabs/cortex / Handler

Struct Handler

pkg/autoscaler/handler.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type Handler struct {
29 autoscaler *Autoscaler
30}
31
32func NewHandler(autoscaler *Autoscaler) *Handler {
33 return &Handler{autoscaler: autoscaler}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected