Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Recorder ¶
type Recorder interface { // Process process input report. Process(input fcom.Report) // Release source. Release() // contains filtered or unexported methods }
Recorder define the service a recorder need provide.
func NewRecorder ¶
func NewRecorder() Recorder
NewRecorder create recoder with config in config.toml.
Click to show internal directories.
Click to hide internal directories.