Popularity
1.0
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.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
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