gRPC Go recently acquired support for Interceptors, i.e. middleware that is executed by a gRPC Server before the request is passed onto the user's application logic. It is a perfect way to implement ...
Abstract: The advent of microservice architecture has led to a significant shift in the development of service-oriented software. In particular, the use of Remote Procedure Call (RPC), a mode of Inter ...
In development, leave your expectations at the door! You can find the officialy supported SDK [here]](https://pkg.go.dev/github.com/grafana/grafana-plugin-sdk-go). We ...