()
| 600 | } |
| 601 | |
| 602 | func (r Result) GetStatusCode() int { |
| 603 | return r.statusCode |
| 604 | } |
| 605 | |
| 606 | // Into stores the result into obj, if possible. If obj is nil it is ignored. |
| 607 | // If the returned object is of type Status and has .Status != StatusSuccess, the |
no outgoing calls
no test coverage detected