Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*EventHandler) Done ¶
func (e *EventHandler) Done() <-chan struct{}
func (*EventHandler) HandleClientMessages ¶
func (e *EventHandler) HandleClientMessages(message []byte) error
func (*EventHandler) Start ¶
func (e *EventHandler) Start() error
func (*EventHandler) Stop ¶
func (e *EventHandler) Stop()
type Filter ¶
type Filter struct {
Operations []common.OperationType `` /* 139-byte string literal not displayed */
EntityType common.DatabaseEntityType `` /* 257-byte string literal not displayed */
}
Click to show internal directories.
Click to hide internal directories.