Documentation ¶
Index ¶
Constants ¶
View Source
const ( E_EVENT_TYPE_CREATE = iota E_EVENT_TYPE_MODIFY = 1 E_EVENT_TYPE_DELETE = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type E_EVENT_TYPE ¶
type E_EVENT_TYPE int32
type Event ¶
type Event struct {
EventType E_EVENT_TYPE
}
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.