Documentation ¶ Index ¶ type Recorder func (n *Recorder) GetEventDatas() []map[string]interface{} func (n *Recorder) Send(record eventsource.Record) error func (n *Recorder) SendWithContext(_ context.Context, record eventsource.Record) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Recorder ¶ type Recorder struct { // contains filtered or unexported fields } func (*Recorder) GetEventDatas ¶ func (n *Recorder) GetEventDatas() []map[string]interface{} func (*Recorder) Send ¶ func (n *Recorder) Send(record eventsource.Record) error func (*Recorder) SendWithContext ¶ func (n *Recorder) SendWithContext(_ context.Context, record eventsource.Record) error Source Files ¶ View all Source files recorder.go Click to show internal directories. Click to hide internal directories.