Versions in this module Expand all Collapse all v0 v0.4.0 Jun 18, 2018 Changes in this version + func NewUnaryClientInterceptor(o ...ClientOption) grpc.UnaryClientInterceptor + func NewUnaryServerInterceptor(o ...ServerOption) grpc.UnaryServerInterceptor + type ClientOption func(*clientOptions) + type ServerOption func(*serverOptions) + func WithRecovery() ServerOption + func WithTracer(t *elasticapm.Tracer) ServerOption