upgrades plugin sdk to 0.30.0 (#22846)

ref grafana/grafana-plugin-sdk-go#94
ref grafana/grafana-plugin-sdk-go#70
This commit is contained in:
Carl Bergquist
2020-03-17 16:58:52 +01:00
committed by GitHub
parent 40a8aea313
commit b0407b3578
6 changed files with 10 additions and 65 deletions

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 {