Versions in this module Expand all Collapse all v1 v1.3.0 Feb 2, 2022 Changes in this version + type GoKitService interface + DoWork func(int, string) (string, error) + DoWorkCtx func(context.Context, int, string) (string, error) + type OCService interface + DoWork func(int, string) (string, error) + DoWorkCtx func(context.Context, int, string) (string, error) v1.2.0 Dec 7, 2021