remoting

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2019 License: Apache-2.0 Imports: 1 Imported by: 13

Documentation

Index

Constants

View Source
const (
	EventTypeAdd = iota
	EventTypeDel
	EvnetTypeUpdate
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigChangeEvent

type ConfigChangeEvent struct {
	Key        string
	Value      interface{}
	ConfigType EventType
}

func (ConfigChangeEvent) String

func (c ConfigChangeEvent) String() string

type ConfigurationListener

type ConfigurationListener interface {
	Process(*ConfigChangeEvent)
}

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