Documentation
¶
Index ¶
Constants ¶
View Source
const (
Files_modified = "files_modified"
)
Constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInfo ¶
type FileInfo struct {
File_name string `json:"fileName"`
Size string `json:"size"`
Mod_at string `json:"modTime"`
Download_link string `json:"downloadLink"`
Mod_at_to_sort time.Time `json:"-"`
}
FileInfo represents information about a file, including its name and download link.
type WSResponse ¶
type WSResponse struct {
Event_name string `json:"eventName"`
Payload interface{} `json:"payload"`
}
Click to show internal directories.
Click to hide internal directories.