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:
committed by
Arve Knudsen
parent
26d701dcf9
commit
312600aa2c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user