Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JourneyService ¶
type JourneyService struct { ServiceRouter *mux.Router OperatorRouter *mux.Router // contains filtered or unexported fields }
func NewJourneyService ¶
func NewJourneyService(ctx context.Context) *JourneyService
func (*JourneyService) Close ¶
func (bs *JourneyService) Close()
func (*JourneyService) IsReady ¶
func (bs *JourneyService) IsReady() bool
func (*JourneyService) SetupOperator ¶
func (bs *JourneyService) SetupOperator() error
func (*JourneyService) SetupService ¶
func (bs *JourneyService) SetupService(cfgPath string) error
func (*JourneyService) Shutdown ¶
func (bs *JourneyService) Shutdown()
Click to show internal directories.
Click to hide internal directories.