Documentation ¶ Index ¶ type Processor func (p *Processor) Handle(event bi.EventType, userId, distinct string, properties []byte) error func (p *Processor) Init(logger *zap.Logger, rootPath, addr, dbname, uname, passwd string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Processor ¶ type Processor struct { // contains filtered or unexported fields } func (*Processor) Handle ¶ func (p *Processor) Handle(event bi.EventType, userId, distinct string, properties []byte) error func (*Processor) Init ¶ func (p *Processor) Init( logger *zap.Logger, rootPath, addr, dbname, uname, passwd string, ) error Source Files ¶ View all Source files processor.go Click to show internal directories. Click to hide internal directories.