Versions in this module Expand all Collapse all v0 v0.20.5 Dec 19, 2022 v0.20.4 Dec 19, 2022 Changes in this version + func CORSHandler(req *http.Request, allowedOrigins []string, serve bool) (http.Header, int) + func GetIdFromUrl(url, serveUrl string) types.Uid + type Handler interface + Delete func(locations []string) error + Download func(url string) (*types.FileDef, ReadSeekCloser, error) + GetIdFromUrl func(url string) types.Uid + Headers func(req *http.Request, serve bool) (http.Header, int, error) + Init func(jsconf string) error + Upload func(fdef *types.FileDef, file io.ReadSeeker) (string, int64, error) + type ReadSeekCloser interface