MCPcopy
hub / github.com/apache/devlake / SonarqubeConnection

Struct SonarqubeConnection

backend/plugins/sonarqube/models/connection.go:62–65  ·  view source on GitHub ↗

This object conforms to what the frontend currently sends.

Source from the content-addressed store, hash-verified

60
61// This object conforms to what the frontend currently sends.
62type SonarqubeConnection struct {
63 helper.BaseConnection `mapstructure:",squash"`
64 SonarqubeConn `mapstructure:",squash"`
65}
66
67// This object conforms to what the frontend currently expects.
68type SonarqubeResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected