watch

package
v0.0.0-...-4e84fbd Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2016 License: BSD-3-Clause Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Path string
	Type EventType
	User interface{}
}

type EventType

type EventType uint32
const (
	None           EventType = 0x00
	All            EventType = 0xFF
	Create         EventType = 0x01
	Delete         EventType = 0x02
	Modify         EventType = 0x04
	Children       EventType = 0x08
	Connected      EventType = 0x10
	Disconnected   EventType = 0x20
	SessionExpired EventType = 0x40
)

func (EventType) String

func (i EventType) String() string

Jump to

Keyboard shortcuts

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