Documentation ¶ Index ¶ type Event func NewDeleteEvent(key []byte, value []byte, collectionName string) Event func NewExpireEvent(key []byte, value []byte, collectionName string) Event func NewMutateEvent(key []byte, value []byte, collectionName string) Event Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Event ¶ type Event struct { CollectionName string EventTime time.Time Key []byte Value []byte IsDeleted bool IsExpired bool IsMutated bool } func NewDeleteEvent ¶ func NewDeleteEvent(key []byte, value []byte, collectionName string) Event func NewExpireEvent ¶ func NewExpireEvent(key []byte, value []byte, collectionName string) Event func NewMutateEvent ¶ func NewMutateEvent(key []byte, value []byte, collectionName string) Event Source Files ¶ View all Source files event.go Click to show internal directories. Click to hide internal directories.