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

Method GetWorkload

pkg/async-gateway/service.go:36–36  ·  view source on GitHub ↗
(id string, apiName string)

Source from the content-addressed store, hash-verified

34type Service interface {
35 CreateWorkload(id string, apiName string, queueURL string, payload io.Reader, headers http.Header) (string, error)
36 GetWorkload(id string, apiName string) (GetWorkloadResponse, error)
37}
38
39type service struct {

Callers 1

GetWorkloadMethod · 0.65

Implementers 2

servicepkg/async-gateway/service.go
Endpointpkg/async-gateway/endpoint.go

Calls

no outgoing calls

Tested by

no test coverage detected