file

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Creator

type Creator interface {
	NewWriter(id, total int64, name string, format string, size int64) (Writer, error)
}

func NewCreator

func NewCreator(rename bool, downloadPath string) Creator

type Writer

type Writer interface {
	io.Writer
	io.Closer
	Path() string
	SetSize(int64)
}

Jump to

Keyboard shortcuts

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