package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 20, 2019
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New(publicURL, port string) *server
type File struct {
FullPath string `json:"fullPath"`
Upload Upload `json:"upload"`
}
type Upload struct {
UUID string `json:"uuid"`
Total int `json:"total"`
Filename string `json:"filename"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.