Get retrieves a cursor by its numeric ID
(ctx context.Context, id uint64)
| 20 | |
| 21 | // Get retrieves a cursor by its numeric ID |
| 22 | Get(ctx context.Context, id uint64) (string, error) |
| 23 | |
| 24 | // Close releases resources |
| 25 | Close() error |
no outgoing calls
no test coverage detected