Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(target string, isGroup bool, composeFile string, members []string, termWidth, termHeight int) (tea.Model, tea.Cmd)
New opens a near-full-screen overlay streaming logs for target (a service when isGroup is false, a group otherwise), from composeFile. members is the group's member services, resolved by AppModel; it is ignored when isGroup is false. It starts the stream immediately and returns the model plus the initial WaitForLog cmd; on a start failure it returns a model that just displays the error.
Types ¶
Click to show internal directories.
Click to hide internal directories.