Affected by GO-2025-4237
and 1 other vulnerabilities
GO-2025-4237 : Weaviate OSS has a Path Traversal Vulnerability via Backup ZipSlip in github.com/weaviate/weaviate
GO-2025-4238 : Weaviate OSS has path traversal vulnerability via the Shard Movement API in github.com/weaviate/weaviate
Discover Packages
github.com/weaviate/weaviate
entities
diskio
package
Version:
v1.30.2
Opens a new window with list of versions in this module.
Published: Apr 28, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type MeteredReader struct {
}
Read passes the read through to the underlying reader. On a successful read,
it will trigger the attached callback and provide it with metrics. If no
callback is set, it will ignore it.
type MeteredReaderCallback func(read int64 , nanoseconds int64 )
Source Files
¶
Click to show internal directories.
Click to hide internal directories.