Documentation ¶
Index ¶
- func AliasHandler(cfg *config.Config) http.HandlerFunc
- func AliasWindowsHandler(cfg *config.Config) http.HandlerFunc
- func DownloadHandler(h http.Handler) http.Handler
- func InitHandlers(cfg *config.Config)
- func TreeHandler(cfg *config.Config) http.HandlerFunc
- func UploadDirectoryHandler(cfg *config.Config) http.HandlerFunc
- func UploadHandler(cfg *config.Config) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AliasHandler ¶
func AliasHandler(cfg *config.Config) http.HandlerFunc
ALIAS // Handler that output shortcut aimed for the target machines (source it). It is for linux machines
func AliasWindowsHandler ¶ added in v1.1.0
func AliasWindowsHandler(cfg *config.Config) http.HandlerFunc
Handler that output shortcut aimed for the target machines (source it). It is for linux machines
func DownloadHandler ¶
Handler for uploading directory (tar format)
func InitHandlers ¶
func TreeHandler ¶
func TreeHandler(cfg *config.Config) http.HandlerFunc
TREE // Handler that print the tree of the file server
func UploadDirectoryHandler ¶
func UploadDirectoryHandler(cfg *config.Config) http.HandlerFunc
Handler for uploading directory (tar format)
func UploadHandler ¶
func UploadHandler(cfg *config.Config) http.HandlerFunc
UPLOAD // Handler for uploading files
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.