tasks

package
v1.6.0-alpha.7 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReadFile

type ReadFile struct {
	Type     ReadType
	File     os.FileInfo
	FilePath string
	Direct   bool
}

func (ReadFile) String

func (r ReadFile) String() string

type ReadFull

type ReadFull struct{}

func (ReadFull) String

func (r ReadFull) String() string

type ReadLastNBytes

type ReadLastNBytes int

func (ReadLastNBytes) String

func (r ReadLastNBytes) String() string

type ReadOffsetAndLength

type ReadOffsetAndLength struct {
	Offset int64
	Length int64
}

func (ReadOffsetAndLength) String

func (r ReadOffsetAndLength) String() string

type ReadType

type ReadType interface {
	fmt.Stringer
}

type Sync

type Sync struct {
	C chan<- struct{}
}

func (Sync) String

func (r Sync) String() string

Jump to

Keyboard shortcuts

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