- Add QueueBackendNative constant to backend.go - Add case for native queue in NewBackend() switch - Native queue uses same FilesystemPath config - Build tag -tags native_libs enables native implementation Native library integration now complete: - dataset_hash: Worker (hash_selector), CLI (verify auto-hash) - queue_index: Worker/API (backend selection with 'native' type) |
||
|---|---|---|
| .. | ||
| filesystem | ||
| redis | ||
| sqlite | ||
| backend.go | ||
| dedup.go | ||
| errors.go | ||
| event_store.go | ||
| filesystem_queue.go | ||
| keys.go | ||
| metrics.go | ||
| native_queue.go | ||
| native_queue_stub.go | ||
| queue.go | ||
| sqlite_queue.go | ||
| task.go | ||