file

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const Scheme = fileblob.Scheme

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalFileUploader

type LocalFileUploader struct {
	cloudblob.CloudBlob
}

func (*LocalFileUploader) Scheme

func (f *LocalFileUploader) Scheme() string

func (*LocalFileUploader) UsageInfo

func (f *LocalFileUploader) UsageInfo() string

Local storage URLs take the form of either mem:// or file:/// URLs. Memory URLs are always mem:// with no other information and always create a new bucket. File URLs convert slashes to the operating system’s native file separator, so on Windows, C:\foo\bar would be written as file:///C:/foo/bar.

Jump to

Keyboard shortcuts

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