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