Versions in this module Expand all Collapse all v1 v1.1.0 Aug 29, 2018 v1.0.0 May 2, 2018 Changes in this version + func StreamServerInterceptor(opts ...Option) grpc.StreamServerInterceptor + func UnaryServerInterceptor(opts ...Option) grpc.UnaryServerInterceptor + type Option func(*options) + func WithRecoveryHandler(f RecoveryHandlerFunc) Option + type RecoveryHandlerFunc func(p interface{}) (err error)