formats

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintSummary added in v0.2.0

func PrintSummary(manga *md.Manga)

Types

type CliProgress added in v0.2.0

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

func TitledProgress added in v0.2.0

func TitledProgress(title string) CliProgress

func VanishingProgress added in v0.2.0

func VanishingProgress(title string) CliProgress

func (CliProgress) Add added in v0.2.0

func (p CliProgress) Add(n int)

func (*CliProgress) Cancel added in v0.2.0

func (p *CliProgress) Cancel(message string)

func (CliProgress) Done added in v0.2.0

func (p CliProgress) Done()

func (CliProgress) Increase added in v0.2.0

func (p CliProgress) Increase(n int)

func (CliProgress) NewProxyWriter added in v0.2.0

func (p CliProgress) NewProxyWriter(w io.Writer) io.Writer

type Progress added in v0.2.0

type Progress interface {
	Increase(int)
	Add(int)
	NewProxyWriter(io.Writer) io.Writer
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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