ParseLine implements loop.Provider.
(line string)
| 53 | |
| 54 | // ParseLine implements loop.Provider. |
| 55 | func (p *CursorProvider) ParseLine(line string) *loop.Event { |
| 56 | return loop.ParseLineCursor(line) |
| 57 | } |
| 58 | |
| 59 | // LogFileName implements loop.Provider. |
| 60 | func (p *CursorProvider) LogFileName() string { return "cursor.log" } |