Skip to content

codemodus/catena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

gRPC interceptor catenation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages