MCPcopy Index your code
hub / github.com/cortexlabs/cortex / CreateWorkload

Method CreateWorkload

pkg/async-gateway/service.go:35–35  ·  view source on GitHub ↗
(id string, apiName string, queueURL string, payload io.Reader, headers http.Header)

Source from the content-addressed store, hash-verified

33// Service provides an interface to the async-gateway business logic
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

Callers 1

CreateWorkloadMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected