catena
http.Handler wrapper catenation (same API as "chain")
About catena
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
Frequently Asked Questions
What is catena?
catena is a Web Frameworks library for the Go programming language. http.Handler wrapper catenation (same API as "chain")
How do I install catena?
Install catena with the Go module system using `go get codemodus/catena`. Check the repository for the current installation instructions.
What category does catena belong to?
catena is listed under Web Frameworks, specifically Middlewares.