Versions in this module Expand all Collapse all v1 v1.0.0 Jan 5, 2022 Changes in this version + const ContextReqUUid + type Add struct + A int + B int + type AddAck struct + Res int + type NewMiddlewareServer func(Service) Service + func NewLogMiddlewareServer(log *zap.Logger) NewMiddlewareServer + type Service interface + TestAdd func(ctx context.Context, in Add) AddAck + func NewService(log *zap.Logger) Service