This object conforms to what the frontend currently sends.
| 60 | |
| 61 | // This object conforms to what the frontend currently sends. |
| 62 | type SonarqubeConnection struct { |
| 63 | helper.BaseConnection `mapstructure:",squash"` |
| 64 | SonarqubeConn `mapstructure:",squash"` |
| 65 | } |
| 66 | |
| 67 | // This object conforms to what the frontend currently expects. |
| 68 | type SonarqubeResponse struct { |
nothing calls this directly
no outgoing calls
no test coverage detected