(context.Context, HTTPRequest)
| 592 | type HostHTTPClient interface { |
| 593 | Do(context.Context, HTTPRequest) (HTTPResponse, error) |
| 594 | DoStream(context.Context, HTTPRequest) (HTTPStreamResponse, error) |
| 595 | } |
| 596 | |
| 597 | // HostModelExecutionRequest describes a model execution request issued through the host. |
no outgoing calls
no test coverage detected