Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ObjectRanger ¶
type ObjectRanger struct {
// contains filtered or unexported fields
}
ObjectRanger holds all the data needed to make object downloadable.
func (*ObjectRanger) Range ¶
func (ranger *ObjectRanger) Range(ctx context.Context, offset, length int64) (_ io.ReadCloser, err error)
Range returns object read/close interface.
Click to show internal directories.
Click to hide internal directories.