package
Version:
v0.0.0-...-469aeb9
Opens a new window with list of versions in this module.
Published: Dec 23, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FileInfo struct {
Key int `json:"key" validate:"required"`
Name string `json:"name" validate:"required"`
IsDir bool `json:"is_dir" validate:"required"`
Size string `json:"size" validate:"required"`
ModTime string `json:"mod_time" validate:"required"`
}
type FileInfoList struct {
BasePath string `json:"base_path" validate:"required"`
List []FileInfo `json:"list" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.