filewatcher

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeWatcher

type FakeWatcher struct {
	FakeContents string
	FakeVersion  int
}

func (*FakeWatcher) Contents

func (f *FakeWatcher) Contents() string

func (*FakeWatcher) Version

func (f *FakeWatcher) Version() int

type File

type File struct {
	CheckPeriod time.Duration
	// contains filtered or unexported fields
}

func New

func New(path string) *File

func (*File) Contents

func (fw *File) Contents() string

func (*File) Version

func (fw *File) Version() int

type Watcher

type Watcher interface {
	Contents() string
	Version() int
}

Watches a file on the local filesystem pointed to by path. This will refresh the cached file contents periodically if the file has changed. CheckPeriod serves to ensure that we don't stat the file incessantly.

Jump to

Keyboard shortcuts

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