| 2826 | } |
| 2827 | |
| 2828 | type BuildLogsListResponse struct { |
| 2829 | Body []byte |
| 2830 | HTTPResponse *http.Response |
| 2831 | JSON200 *LogLineList |
| 2832 | JSON400 *APIErrors |
| 2833 | JSON403 *APIErrors |
| 2834 | } |
| 2835 | |
| 2836 | // Status returns HTTPResponse.Status |
| 2837 | func (r BuildLogsListResponse) Status() string { |
nothing calls this directly
no outgoing calls
no test coverage detected