progress_service

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProgressService

type ProgressService interface {
	Close()
	ExecAndWait(goroutine func(ProgressService, chan error)) error
	SetName(name string)
	SetSize(dataSize int64)
	WrapperReader(reader io.Reader) io.Reader
}

type ProgressServiceFactory

type ProgressServiceFactory interface {
	NewInstance(uploadOrDownload string) ProgressService
}

func NewFactory

func NewFactory() ProgressServiceFactory

Jump to

Keyboard shortcuts

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