Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemListener ¶
type ItemListener interface {
//OnItem receives a given item by the listener
OnItem(item interface{}) error
//Commit commits transactions
Commit() error
//Close closes the listeners
Close() error
}
ItemListener listens to items
Click to show internal directories.
Click to hide internal directories.