epubprogress

package
v2.7.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package epubprogress create a progress bar with custom settings.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EpubProgress added in v2.6.8

type EpubProgress interface {
	Add(num int) error
	Close() error
}

func New

func New(o Options) EpubProgress

type Json added in v2.7.0

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

func (*Json) Add added in v2.7.0

func (p *Json) Add(num int) error

func (*Json) Close added in v2.7.0

func (p *Json) Close() error

type Options

type Options struct {
	Quiet       bool
	Json        bool
	Max         int
	Description string
	CurrentJob  int
	TotalJob    int
}

Jump to

Keyboard shortcuts

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