Documentation
¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT License.
Copyright (c) Microsoft Corporation. Licensed under the MIT License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface {
// PreadRemote is like pread but to a remote file.
PreadRemote(buf []byte, offset int64) (int, error)
// FstatRemote stats a remote file.
FstatRemote() (int64, error)
// Log returns the logger with context for this reader.
Log() *zerolog.Logger
}
Reader provides a read-only interface to a remote file.
Click to show internal directories.
Click to hide internal directories.