progressbar

package
v0.0.0-...-bbdca4e Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2017 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeProgressBar

type FakeProgressBar struct {
	// contains filtered or unexported fields
}

func (*FakeProgressBar) Finish

func (f *FakeProgressBar) Finish()

func (*FakeProgressBar) Increment

func (f *FakeProgressBar) Increment()

func (*FakeProgressBar) Start

func (f *FakeProgressBar) Start(count int)

type GUIProgressBar

type GUIProgressBar struct {
	// contains filtered or unexported fields
}

func (*GUIProgressBar) Finish

func (g *GUIProgressBar) Finish()

func (*GUIProgressBar) Increment

func (g *GUIProgressBar) Increment()

func (*GUIProgressBar) Start

func (g *GUIProgressBar) Start(count int)

type ProgressBar

type ProgressBar interface {
	Start(int)
	Increment()
	Finish()
}

func New

func New() ProgressBar

func NewFake

func NewFake() ProgressBar

Jump to

Keyboard shortcuts

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