Files
kubesphere/pkg/simple/client/sonarqube/interface.go
2020-01-02 20:52:00 +08:00

9 lines
70 B
Go

package sonarqube
type Interface interface {
//
GetIssues()
//
}