filetracker

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2020 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 TFile

type TFile struct {
	io.ReaderAt
	io.WriterAt
	// contains filtered or unexported fields
}

Tracks writes that occur on top of a base file.

func (*TFile) ReadAt

func (t *TFile) ReadAt(p []byte, off int64) (n int, err error)

func (*TFile) WriteAt

func (t *TFile) WriteAt(p []byte, off int64) (n int, err error)

Jump to

Keyboard shortcuts

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