Documentation ¶ Index ¶ func New(ctx context.Context, id string, publisher shim.Publisher, fn func()) (shim.Shim, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(ctx context.Context, id string, publisher shim.Publisher, fn func()) (shim.Shim, error) New returns a new shim service that can be used for - serving the task service over grpc/ttrpc - shim management This function is deprecated in favor direct creation of shim manager and registering task service via plugins. Types ¶ This section is empty. Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.