Popularity
0.9
Declining
Activity
0.0
Stable
9
1
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.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

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