mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-20 00:39:17 +08:00
12 lines
151 B
Go
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
|
|
}
|