upgrades plugin sdk to 0.30.0 (#22846)

ref grafana/grafana-plugin-sdk-go#94
ref grafana/grafana-plugin-sdk-go#70

(cherry picked from commit b0407b3578)
This commit is contained in:
Carl Bergquist
2020-03-19 12:27:02 +01:00
committed by Arve Knudsen
parent 26d701dcf9
commit 312600aa2c
6 changed files with 10 additions and 65 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func (hs HealthStatus) String() string {
type CheckHealthResult struct {
Status HealthStatus
Message string
JSONDetails string
JSONDetails []byte
}
func checkHealthResultFromProto(protoResp *pluginv2.CheckHealthResponse) *CheckHealthResult {