models

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2023 License: MIT Imports: 1 Imported by: 0

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 URL

type URL struct {
	Scheme  string
	Host    string
	Port    string
	Path    string
	Queries map[string]string
}

type WSResponse

type WSResponse struct {
	Event_name string      `json:"eventName"`
	Payload    interface{} `json:"payload"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL