package meta import () type ShardMeta struct { Shard uint16 ShardOffset int64 Chunk uint16 ChunkOffset int64 GlobalOffset int64 Size int32 }