Versions in this module Expand all Collapse all v1 v1.0.1 Dec 8, 2016 Changes in this version + var ErrUserNotFound = errors.New("user not found") + func EndpointInstrumentingMiddleware(duration metrics.Histogram) endpoint.Middleware + func EndpointLoggingMiddleware(logger log.Logger) endpoint.Middleware + func MakeGRPCServer(ctx context.Context, s profile.ProfileServer, tracer stdopentracing.Tracer, ...) profile.ProfileServer + func MakeGetPrifileEndpoint(s profile.ProfileServer, tracer stdopentracing.Tracer, logger log.Logger) endpoint.Endpoint + func NewProfileService() profile.ProfileServer + type UserInfo struct + Company string + Name string + Title string + UserID int64