follower

package
v0.0.0-...-b28c277 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Offset int64
	Whence int
	Reopen bool
}

type Follower

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

func New

func New(filename string, config Config) (*Follower, error)

func (*Follower) Close

func (t *Follower) Close()

func (*Follower) Err

func (t *Follower) Err() error

func (*Follower) FileName

func (t *Follower) FileName() string
func (t *Follower) IsModeSymlink() bool

func (*Follower) Lines

func (t *Follower) Lines() chan Line

func (*Follower) ModeType

func (t *Follower) ModeType() fs.FileMode

func (*Follower) SymlinkRelationship

func (t *Follower) SymlinkRelationship() ([]string, error)

type Line

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

func (*Line) Bytes

func (l *Line) Bytes() []byte

func (*Line) Discarded

func (l *Line) Discarded() int

func (*Line) OffsetRange

func (l *Line) OffsetRange() OffsetRange

func (*Line) String

func (l *Line) String() string

type OffsetRange

type OffsetRange struct {
	From int64
	To   int64
}

Jump to

Keyboard shortcuts

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