1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-09-19 01:30:23 +02:00
seaweedfs/weed/mq/offset/storage.go
2025-09-16 12:21:05 -07:00

5 lines
242 B
Go

package offset
// Note: OffsetStorage interface is defined in manager.go
// Production implementations: FilerOffsetStorage (filer_storage.go), SQLOffsetStorage (sql_storage.go)
// Test implementation: InMemoryOffsetStorage (storage_test.go)