Tue, 10 Mar 2026 19:30:10 CST | login

Information for build golang-github-grpc-ecosystem-middleware-1.3.0-1.ocs23

ID19537
Package Namegolang-github-grpc-ecosystem-middleware
Version1.3.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-grpc-ecosystem-middleware.git?.#764bd5190d709f4df572139994a66c3686a14b8d
SummaryGolang gRPC Middlewares: interceptor chaining, auth, logging, retries and more
DescriptiongRPC 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.
Built byxinlongchen
State complete
Volume DEFAULT
StartedMon, 09 Sep 2024 20:47:25 CST
CompletedMon, 09 Sep 2024 20:54:45 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/golang-github-grpc-ecosystem-middleware.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-grpc-ecosystem-middleware.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-grpc-ecosystem-middleware-1.3.0-1.ocs23.src.rpm (info) (download)
noarch
golang-github-grpc-ecosystem-middleware-devel-1.3.0-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Sep 09 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.3.0-1 - initial build