messages

package
v0.0.0-...-191fbf7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppendTextMgs

type AppendTextMgs struct {
	Text         string
	AdjustScroll bool
}

type ClearTextBoxMsg

type ClearTextBoxMsg struct{}

type CloseTabMsg

type CloseTabMsg struct {
	Tab Tab
}

type ContainerSelectedMsg

type ContainerSelectedMsg struct {
	Container docker.ContainerInfo
}

type FocusTabChangedMsg

type FocusTabChangedMsg struct {
	Tab Tab
}

type ScrollMsg

type ScrollMsg struct {
	Change int
}

type SetTextMgs

type SetTextMgs struct {
	Text        string
	ResetScroll bool
}

type SizeChangeMsq

type SizeChangeMsq struct {
	Width  int
	Height int
}

type StartListeningLogsMsg

type StartListeningLogsMsg struct {
	ContainerID string
}

type Tab

type Tab string
const (
	Containers Tab = "containers"
	Processes  Tab = "processes"
	Logs       Tab = "logs"
	Inspect    Tab = "inspect"
	Compose    Tab = "compose"
)

func (Tab) IsDetailsTab

func (tab Tab) IsDetailsTab() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL