mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-09-19 01:30:23 +02:00
5 lines
242 B
Go
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)
|