package watcher

import "github.com/gohugoio/hugo/watcher"

Index

Types

type Batcher

type Batcher struct {
	*fsnotify.Watcher

	Events chan []fsnotify.Event // Events are returned on this channel
	// contains filtered or unexported fields
}

func New

func New(interval time.Duration) (*Batcher, error)

func (*Batcher) Close

func (b *Batcher) Close()

Source Files

batcher.go

Version
v0.20.2
Published
Apr 16, 2017
Platform
darwin/amd64
Imports
2 packages
Last checked
2 minutes ago

Tools for package owners.