Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpProgressBar ¶
type HttpProgressBar struct {
Writer gin.ResponseWriter
}
func NewHttpProgressBar ¶
func NewHttpProgressBar(w gin.ResponseWriter) HttpProgressBar
func (HttpProgressBar) Error ¶
func (p HttpProgressBar) Error(err error)
func (HttpProgressBar) Finish ¶
func (p HttpProgressBar) Finish()
func (HttpProgressBar) NewStep ¶
func (p HttpProgressBar) NewStep(message string) IStep
type HttpStep ¶
type HttpStep struct { Message string Writer gin.ResponseWriter }
type IProgressBar ¶
type ProgressBar ¶
func NewCliProgressBar ¶
func NewCliProgressBar() *ProgressBar
func (*ProgressBar) Error ¶
func (p *ProgressBar) Error(err error)
func (*ProgressBar) Finish ¶
func (p *ProgressBar) Finish()
func (*ProgressBar) NewStep ¶
func (p *ProgressBar) NewStep(message string) Step
Click to show internal directories.
Click to hide internal directories.