dfs_dbx_to_local_block

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BlockSize = 4 * 1048576 // 4MiB
)

Variables

View Source
var (
	ErrorRangeRequestNotSupported = errors.New("range request not supported")
	ErrorInvalidContentLength     = errors.New("invalid content length")
)

Functions

func NewDropboxToLocal

func NewDropboxToLocal(ctx dbx_context.Context) es_filesystem.Connector

Types

type DownloadHeadResponse

type DownloadHeadResponse struct {
	Raw         json.RawMessage
	Name        string `json:"name" path:"name"`
	PathDisplay string `json:"path_display" path:"path_display"`
	Rev         string `json:"rev" path:"rev"`
	Size        int64  `json:"size" path:"size"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL