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

Method RemoveAPI

pkg/activator/activator.go:43–43  ·  view source on GitHub ↗
(apiName string)

Source from the content-addressed store, hash-verified

41type StatsReporter interface {
42 AddAPI(apiName string)
43 RemoveAPI(apiName string)
44}
45
46type Activator interface {

Callers 2

removeAPIMethod · 0.65
mainFunction · 0.65

Implementers 2

Autoscalerpkg/autoscaler/autoscaler.go
PrometheusStatsReporterpkg/activator/request_stats.go

Calls

no outgoing calls

Tested by

no test coverage detected