| 2973 | } |
| 2974 | |
| 2975 | type InfraAsCodeCreateResponse struct { |
| 2976 | Body []byte |
| 2977 | HTTPResponse *http.Response |
| 2978 | JSON400 *APIErrors |
| 2979 | JSON403 *APIErrors |
| 2980 | } |
| 2981 | |
| 2982 | // Status returns HTTPResponse.Status |
| 2983 | func (r InfraAsCodeCreateResponse) Status() string { |
nothing calls this directly
no outgoing calls
no test coverage detected