Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BtnKey ¶
type BtnKey string
const ( // Containers Containers BtnKey = "conts" ContPrev BtnKey = "contPrev" ContNext BtnKey = "contNext" ContBack BtnKey = "contBack" ContLogs BtnKey = "contLogs" ContStop BtnKey = "contStop" ContStart BtnKey = "contStart" ContStats BtnKey = "contStats" ContRename BtnKey = "contRename" ContRemoveForm BtnKey = "contRmForm" ContRemoveForce BtnKey = "contFcRm" ContRemoveVolume BtnKey = "contRmVol" ContRemoveDone BtnKey = "contRmDone" // Images Images BtnKey = "imgs" ImgPrev BtnKey = "imgPrev" ImgNext BtnKey = "imgNext" ImgBack BtnKey = "imgBack" ImgRun BtnKey = "imgRun" ImgRmForm BtnKey = "imgRmForm" ImgRmForce BtnKey = "imgRmFc" // ImageRemovePruneChildren ImgRmPruneCh BtnKey = "imgPnCh" ImgRmDone BtnKey = "imgRmDone" ImgTag BtnKey = "imgTag" )
Click to show internal directories.
Click to hide internal directories.