1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-03 20:44:13 +08:00
2022-09-07 14:03:24 +08:00

12 lines
151 B
Go

package dto
import "github.com/1Panel-dev/1Panel/utils/files"
type FileOption struct {
files.FileOption
}
type FileInfo struct {
files.FileInfo
}