package
Version:
v0.0.0-...-7ab6552
Opens a new window with list of versions in this module.
Published: Sep 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.