Replace SetEventsMode with SetOption

This commit is contained in:
Jae Kwon
2015-11-27 10:14:46 -08:00
parent 9a72da4fcd
commit e40c4834a8
6 changed files with 74 additions and 78 deletions

View File

@@ -1,12 +1,5 @@
package types
type EventsMode int8
const (
EventsModeOff = EventsMode(0)
EventsModeOn = EventsMode(1)
)
type Event struct {
Key string
Data []byte