(url string)
| 61 | } |
| 62 | |
| 63 | func (d *DryRunAPI) PATCH(url string) *DryRunAPI { |
| 64 | d.calls = append(d.calls, DryRunAPICall{Method: "PATCH", URL: url}) |
| 65 | return d |
| 66 | } |
| 67 | |
| 68 | // Body sets the request body on the last added call. |
| 69 | func (d *DryRunAPI) Body(body interface{}) *DryRunAPI { |
no outgoing calls
no test coverage detected