package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 7, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExplorerEntry struct {
Name string `json:"name"`
Type EntryType `json:"type"`
}
type HostBasicRes struct {
Id int64 `json:"id"`
Name string `json:"name"`
Ip string `json:"ip"`
}
type UploadRes struct {
TmpKey string `json:"tmpKey"`
FileName string `json:"fileName"`
FileSize int64 `json:"fileSize"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.