Documentation ¶
Index ¶
- func InvokeTerminalApplication() fx.Option
- func ProvideTerminalApplication() fx.Option
- type IUi
- type IUiData
- type IUiService
- type Service
- func (self *Service) Build2(application *tview.Application, primitiveCloser ...ui.IPrimitiveCloser) (ui.IPrimitiveCloser, error)
- func (self *Service) BuildApp2(app *tview.Application, slideFactories ...ui.IPrimitiveCloser) (ui.IPrimitiveCloser, error)
- func (self *Service) OnStart(_ context.Context) error
- func (self *Service) OnStop(_ context.Context) error
- func (self *Service) ServiceName() string
- func (self *Service) State() IFxService.State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IUi ¶
type IUi interface {
Build2(*tview.Application, ...ui.IPrimitiveCloser) (ui.IPrimitiveCloser, error)
}
type IUiData ¶
type IUiData interface { IUi IDataShutDown.IDataShutDown ISendMessage.ISendMessage }
type IUiService ¶
type IUiService interface { IUi IFxService.IFxServices }
func NewService ¶
func NewService(pubSub *pubsub.PubSub) IUiService
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) Build2 ¶
func (self *Service) Build2( application *tview.Application, primitiveCloser ...ui.IPrimitiveCloser, ) (ui.IPrimitiveCloser, error)
func (*Service) BuildApp2 ¶
func (self *Service) BuildApp2( app *tview.Application, slideFactories ...ui.IPrimitiveCloser, ) (ui.IPrimitiveCloser, error)
func (*Service) ServiceName ¶
func (*Service) State ¶
func (self *Service) State() IFxService.State
Click to show internal directories.
Click to hide internal directories.