ethreact/README.md

This commit is contained in:
zelig
2014-07-21 15:10:56 +01:00
parent 13cc220c0d
commit 67528cf970
2 changed files with 29 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func (e *EventHandler) Remove(ch chan Event) int {
return len(e.chans)
}
// Basic reactor resource
// Basic reactor event
type Event struct {
Resource interface{}
Name string