progress

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package progress provides a progress bar.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func View

func View(m Model) string

View function.

Types

type Model

type Model struct {
	// Filled bar character, defaulting to '█'.
	Filled string

	// Empty bar character, defaulting to '░'.
	Empty string

	// Width of the progress bar, defaulting to 24.
	Width int

	// Percentage of completion from 0-1.
	Percent float64
}

Model is the progress bar model.

Jump to

Keyboard shortcuts

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