Documentation ¶
Index ¶
- func ContainerListRefresh(g *gocui.Gui)
- func ContainerListView(g *gocui.Gui, maxX int, maxY int) error
- func ContainerStart(g *gocui.Gui, v *gocui.View) error
- func ContainerStop(g *gocui.Gui, v *gocui.View) error
- func CursorDown(g *gocui.Gui, v *gocui.View) error
- func CursorUp(g *gocui.Gui, v *gocui.View) error
- func FormatImageLine(v *gocui.View, repository string, tag string, imageID string, size string, ...) string
- func GetCurrentLine(g *gocui.Gui, v *gocui.View) (*string, error)
- func ImageListView(g *gocui.Gui, maxX int, maxY int) error
- func ImagesRefresh(g *gocui.Gui)
- func LimitStringLine(words string, maxLength int) string
- func NextView(g *gocui.Gui, v *gocui.View) error
- func SetCurrentViewOnTop(g *gocui.Gui, name string) (*gocui.View, error)
- func ShowContainerListWithAutoRefresh(g *gocui.Gui)
- func ShowImageListWithAutoRefresh(g *gocui.Gui)
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerListView ¶
Image List View creates docker container list components
func FormatImageLine ¶
func FormatImageLine(v *gocui.View, repository string, tag string, imageID string, size string, maxX int) string
Format List Line
func ImageListView ¶
Image List View creates docker image list components
func ImagesRefresh ¶
func LimitStringLine ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.