Documentation ¶
Overview ¶
Package deps contains the logic for the go-showdeps command.
Index ¶
- func ShowDeps(serviceRoot string, cfg config.Config) error
- type ModalWithInput
- func (m *ModalWithInput) ClearInput()
- func (m *ModalWithInput) Draw(screen tcell.Screen)
- func (m *ModalWithInput) Focus(delegate func(p tview.Primitive))
- func (m *ModalWithInput) GetInput() string
- func (m *ModalWithInput) HasFocus() bool
- func (m *ModalWithInput) InputHandler() func(event *tcell.EventKey, setFocus func(p tview.Primitive))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ModalWithInput ¶
ModalWithInput is a tview.Modal with an additional Search input field.
func NewModalWithInput ¶
func NewModalWithInput() *ModalWithInput
func (*ModalWithInput) ClearInput ¶
func (m *ModalWithInput) ClearInput()
func (*ModalWithInput) Draw ¶
func (m *ModalWithInput) Draw(screen tcell.Screen)
func (*ModalWithInput) Focus ¶
func (m *ModalWithInput) Focus(delegate func(p tview.Primitive))
func (*ModalWithInput) GetInput ¶
func (m *ModalWithInput) GetInput() string
func (*ModalWithInput) HasFocus ¶
func (m *ModalWithInput) HasFocus() bool
func (*ModalWithInput) InputHandler ¶
func (m *ModalWithInput) InputHandler() func(event *tcell.EventKey, setFocus func(p tview.Primitive))
Click to show internal directories.
Click to hide internal directories.