Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteRange ¶
type ByteRange struct {
// contains filtered or unexported fields
}
func BRangeStart ¶
type Fetcher ¶
type Fetcher interface { // Fetch the byte range. Start and end of byte range are inclusive. Fetch(objectName string, bRange ByteRange) []byte ListFiles() []string }
func InitializeFsService ¶
func InitializeS3Service ¶
Click to show internal directories.
Click to hide internal directories.