Documentation ¶
Index ¶
Constants ¶
View Source
const ( EEventTypeCreate = iota EEventTypeModify = 1 EEventTypeDelete = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EEventType ¶ added in v0.0.3
type EEventType int32
type Event ¶
type Event struct {
EventType EEventType
}
type FilePathSync ¶
type FilePathSync struct {
URI string
}
func (*FilePathSync) Fetch ¶
func (fs *FilePathSync) Fetch() (string, error)
func (*FilePathSync) Notify ¶
func (fs *FilePathSync) Notify(w chan<- INotify)
Click to show internal directories.
Click to hide internal directories.