Files
grafana/pkg/services/pluginsintegration/clientmiddleware/testing.go
T

8 lines
207 B
Go
Raw Normal View History

package clientmiddleware
import "github.com/grafana/grafana-plugin-sdk-go/backend"
var nopCallResourceSender = callResourceResponseSenderFunc(func(res *backend.CallResourceResponse) error {
return nil
})