Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SystemInfo ¶
type SystemInfo struct {
HostName string `json:"host_name"`
PageSize int `json:"page_size"`
NumCPU int `json:"num_cpu"`
NumCgoCall int64 `json:"num_cgo_call"`
Version string `json:"version"`
OS string `json:"os"`
GOARCH string `json:"goarch"`
InterfaceAdders []net.Addr `json:"interface_adders"`
Interfaces []net.Interface `json:"interfaces"`
}
type TempFileInfo ¶
type TempFileInfo struct {
Id string `json:"id"`
Name string `json:"name"`
Position int `json:"position"` // 上传偏移量
}
临时文件结构体
Click to show internal directories.
Click to hide internal directories.