follow

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package follow provides Reader which follows file updates and turns it into a stream.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader struct {
	// contains filtered or unexported fields
}

Reader implements io.ReadCloser over regular file following file contents.

This makes file similar to the stream in semantics.

func NewReader

func NewReader(readCtx context.Context, source *os.File) *Reader

NewReader wraps io.File as follow.Reader.

func (*Reader) Close

func (r *Reader) Close() error

Close implements io.Closer interface.

func (*Reader) Read

func (r *Reader) Read(p []byte) (n int, err error)

Read implements io.Reader interface.

Jump to

Keyboard shortcuts

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