Versions in this module Expand all Collapse all v1 v1.0.1 Sep 21, 2022 v1.0.0 Sep 21, 2022 Changes in this version + type Add struct + A int + B int + type AddAck struct + Res int + type Service interface + TestAdd func(ctx context.Context, in Add) AddAck + func NewService() Service