Versions in this module Expand all Collapse all v1 v1.3.0 Dec 10, 2025 Changes in this version + func StartServer(listenAddress string) error + type APIResponse struct + Data interface{} + Error string + Success bool + type FileInfo struct + FileCount int + IsDir bool + ModTime time.Time + Name string + Size int64 + type UploadResponse struct + OriginalName string + SavedName string + Size int64 + Success bool