Documentation ¶
Index ¶
- type Webdav
- func (w *Webdav) DeleteBlobData(ctx context.Context, id blid.Blid) (bool, error)
- func (w *Webdav) GetBlobReader(ctx context.Context, offset uint64, id blid.Blid) (io.ReadCloser, bool, error)
- func (w *Webdav) GetBlobWriter(ctx context.Context, id blid.Blid) (io.Writer, func(bool) error, error)
- func (w *Webdav) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Webdav ¶
type Webdav struct {
// contains filtered or unexported fields
}
func (*Webdav) DeleteBlobData ¶
DeleteBlobData removes data from the backend.
func (*Webdav) GetBlobReader ¶
func (w *Webdav) GetBlobReader(ctx context.Context, offset uint64, id blid.Blid) (io.ReadCloser, bool, error)
GetBlobReader returns a blob reader of the given id.
Click to show internal directories.
Click to hide internal directories.