套件:golang-github-grpc-ecosystem-go-grpc-middleware-dev(1.3.0-1)
golang-github-grpc-ecosystem-go-grpc-middleware-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-grpc-ecosystem-go-grpc-middleware:
- [golang-github-grpc-ecosystem-go-grpc-middleware_1.3.0-1.dsc]
- [golang-github-grpc-ecosystem-go-grpc-middleware_1.3.0.orig.tar.gz]
- [golang-github-grpc-ecosystem-go-grpc-middleware_1.3.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Go gRPC Middlewares: interceptor chaining, auth, logging, retries and more
gRPC Go recently acquired support for Interceptors, i.e. middleware that is executed either on the gRPC Server before the request is passed onto the user's application logic, or on the gRPC client either around the user call. It is a perfect way to implement common patterns: auth, logging, message, validation, retries or monitoring.
These are generic building blocks that make it easy to build multiple microservices easily. The purpose of this repository is to act as a go-to point for such reusable functionality. It contains some of them itself, but also will link to useful external repos.
grpc_middleware itself provides support for chaining interceptors.
其他與 golang-github-grpc-ecosystem-go-grpc-middleware-dev 有關的套件
|
|
|
|
-
- dep: golang-github-go-kit-kit-dev
- Programming toolkit for microservices
-
- dep: golang-github-golang-protobuf-1-3-dev (>= 1.3.3~)
- Go support for protocol buffers (version v1.3.x)
-
- dep: golang-github-opentracing-opentracing-go-dev
- Go platform API for OpenTracing
-
- dep: golang-github-sirupsen-logrus-dev (>= 1.4.2~)
- Logrus: a logging library for Go
-
- dep: golang-go.uber-zap-dev
- Blazing fast, structured, leveled logging in Go
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-google-grpc-dev (>= 1.27.1~)
- implementation of gRPC in Go