watcher

package
v0.0.0-...-bf6a7b8 Latest Latest
Warning

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

Go to latest
Published: May 15, 2019 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Run(chan bool)
	GetStatus() string
	GetErrors() string
}

Interface Watcher interface

type Watcher

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

Watcher watch for directory changes and run commands

func NewWatcher

func NewWatcher(config types.DirectoryConfig) *Watcher

NewWatcher creates new watcher

func (*Watcher) GetErrors

func (w *Watcher) GetErrors() string

GetErrors returns errors from last watcher run

func (*Watcher) GetStatus

func (w *Watcher) GetStatus() string

GetStatus returns text representation of current watcher's status

func (*Watcher) Run

func (w *Watcher) Run(needReprint chan bool)

Run watcher

Jump to

Keyboard shortcuts

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