LogFileName implements loop.Provider.
()
| 58 | |
| 59 | // LogFileName implements loop.Provider. |
| 60 | func (p *CursorProvider) LogFileName() string { return "cursor.log" } |
| 61 | |
| 62 | // cursorResultLine is the structure for Cursor's result/success JSON lines. |
| 63 | type cursorResultLine struct { |
no outgoing calls