webdav

package
v0.3.0-pre2 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package webdav implements WebDAV-based Storage.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, opts *Options) (storage.Storage, error)

New creates new WebDAV-backed storage in a specified URL.

Types

type Options

type Options struct {
	URL             string `json:"url"`
	DirectoryShards []int  `json:"dirShards"`
	Username        string `json:"username,omitempty"`
	Password        string `json:"password,omitempty" kopia:"sensitive"`
}

Options defines options for Filesystem-backed storage.

Jump to

Keyboard shortcuts

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