Popularity
1.1
Declining
Activity
0.0
Stable
9
2
2
Programming language: Go
License: MIT License
Latest version: v0.3.1
catena alternatives and similar packages
Based on the "Libraries for creating HTTP middlewares" category.
Alternatively, view catena alternatives based on common mentions on social networks and blogs.
-
render
Go package for easily rendering JSON, XML, binary data, and HTML templates responses.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of catena or a related project?
Popular Comparisons
README
catena
go get -u github.com/codemodus/catena
Package catena aides gRPC interceptor catenation.
Usage
type UnaryServerCatena
func NewUnaryServerCatena(is ...grpc.UnaryServerInterceptor) *UnaryServerCatena
func (c *UnaryServerCatena) Append(is ...grpc.UnaryServerInterceptor) *UnaryServerCatena
func (c *UnaryServerCatena) Copy(catena *UnaryServerCatena)
func (c *UnaryServerCatena) Interceptor() grpc.UnaryServerInterceptor
func (c *UnaryServerCatena) Merge(cs ...*UnaryServerCatena) *UnaryServerCatena
func (c *UnaryServerCatena) ServerOption() grpc.ServerOption
Setup
soon...
More Info
Documentation
View the GoDoc