(c *gin.Context, req *http.Request, info *relaycommon.TaskRelayInfo)
| 35 | |
| 36 | BuildRequestURL(info *relaycommon.TaskRelayInfo) (string, error) |
| 37 | BuildRequestHeader(c *gin.Context, req *http.Request, info *relaycommon.TaskRelayInfo) error |
| 38 | BuildRequestBody(c *gin.Context, info *relaycommon.TaskRelayInfo) (io.Reader, error) |
| 39 | |
| 40 | DoRequest(c *gin.Context, info *relaycommon.TaskRelayInfo, requestBody io.Reader) (*http.Response, error) |
no outgoing calls
no test coverage detected