Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLController ¶
type CLController struct {
// contains filtered or unexported fields
}
func NewCLController ¶
func NewCLController(app *tview.Application, logger *log.Logger, stdin io.Reader) *CLController
func (*CLController) Run ¶
func (c *CLController) Run() error
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(svc *service.Service, app *tview.Application, logger *log.Logger) *Controller
func (*Controller) Run ¶
func (c *Controller) Run() error
Click to show internal directories.
Click to hide internal directories.