Versions in this module Expand all Collapse all v0 v0.2.1 Jul 31, 2023 v0.2.0 Apr 6, 2023 Changes in this version + type Publisher interface + Publish func(context.Context, *car.CarEntity) error + type Subscriber interface + Subscribe func(context.Context) (ch chan *car.CarEntity, cleanUp func(), err error)