Method
CreateWorkload
(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 |
| 34 | type 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 | |
Implementers 2
servicepkg/async-gateway/service.go
Tested by
no test coverage detected