Versions in this module Expand all Collapse all v0 v0.1.0 Aug 5, 2021 Changes in this version + type JourneyService struct + OperatorRouter *mux.Router + ServiceRouter *mux.Router + func NewJourneyService(ctx context.Context) *JourneyService + func (bs *JourneyService) Close() + func (bs *JourneyService) IsReady() bool + func (bs *JourneyService) SetupOperator() error + func (bs *JourneyService) SetupService(cfgPath string) error + func (bs *JourneyService) Shutdown()