mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 03:41:50 +08:00
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:
@ -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