remoting

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EventTypeAdd = iota
	EventTypeDel
	EventTypeUpdate
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DataListener

type DataListener interface {
	DataChange(eventType Event) bool //bool is return for interface implement is interesting
}

type Event

type Event struct {
	Path    string
	Action  EventType
	Content string
}

func (Event) String

func (e Event) String() string

type EventType

type EventType int

func (EventType) String

func (t EventType) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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