Popularity
1.2
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.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.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