Documentation
¶
Index ¶
- func Command(w http.ResponseWriter, r *http.Request, c *config.Config, u *config.User) (int, error)
- func Download(w http.ResponseWriter, r *http.Request, c *config.Config, i *file.Info) (int, error)
- func PreProccessPUT(w http.ResponseWriter, r *http.Request, c *config.Config, u *config.User, ...) (err error)
- func Search(w http.ResponseWriter, r *http.Request, c *config.Config, u *config.User) (int, error)
- func ServeListing(w http.ResponseWriter, r *http.Request, c *config.Config, u *config.User, ...) (int, error)
- func ServeSingle(w http.ResponseWriter, r *http.Request, c *config.Config, u *config.User, ...) (int, error)
- type Editor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Download ¶
Download creates an archieve in one of the supported formats (zip, tar, tar.gz or tar.bz2) and sends it to be downloaded.
func PreProccessPUT ¶
func PreProccessPUT( w http.ResponseWriter, r *http.Request, c *config.Config, u *config.User, i *file.Info, ) (err error)
PreProccessPUT is used to update a file that was edited
Types ¶
Click to show internal directories.
Click to hide internal directories.