progress

package
v0.0.0-...-277eb20 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Report

type Report struct {
	ReportSizeCb      func(int) error
	ReportIncrementCb func(int) error
}

func (*Report) ReportIncrement

func (p *Report) ReportIncrement(inc int) error

func (*Report) ReportSize

func (p *Report) ReportSize(size int) error

type Reporter

type Reporter interface {
	ReportSize(int) error
	ReportIncrement(int) error
}

Jump to

Keyboard shortcuts

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