mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-01 06:28:06 +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
|
||
|
}
|