webdav

package
v0.0.0-...-7ab6552 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cli.Command{
	Name:  "webdav",
	Usage: "Run otaru webdav server",
	Action: func(c *cli.Context) error {
		cfg, err := ocli.NewConfig(c.String("configDir"))
		if err != nil {
			return err
		}

		if err = webdav.Serve(c.Context, cfg); err != nil {
			return err
		}
		return nil
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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