Versions in this module Expand all Collapse all v0 v0.2.1 Mar 22, 2019 Changes in this version + const AppPortEnv + const DebugModeEnv + func AppPort(port int) int + func InitLogrus() *logrus.Logger + func NewServer(opts ...serverOption) *grpc.Server + func WithHealth(srv *grpc.Server) + func WithReflection(srv *grpc.Server) v0.2.0 Mar 9, 2019 Changes in this version + const JaegerAddrEnv + var ErrNoEnv = errors.New("missing env variable") + func InitJaegerTracing(name string) error