Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressUI ¶
type ProgressUI struct { Hide bool BarContainer *mpb.Progress // contains filtered or unexported fields }
func (*ProgressUI) GmailIncrement ¶
func (pui *ProgressUI) GmailIncrement()
func (*ProgressUI) GmailNewPage ¶
func (pui *ProgressUI) GmailNewPage(pageSize int64, pageNum int64)
func (*ProgressUI) GmailPageTotal ¶
func (pui *ProgressUI) GmailPageTotal(pageTotal int64)
func (*ProgressUI) Init ¶
func (pui *ProgressUI) Init(width int)
func (*ProgressUI) SpreadsheetIncrement ¶
func (pui *ProgressUI) SpreadsheetIncrement()
func (*ProgressUI) SpreadsheetTotal ¶
func (pui *ProgressUI) SpreadsheetTotal(total int64)
Click to show internal directories.
Click to hide internal directories.