Files
go_process_manager/internal/app/model/file.go
17689440205 460a1f428b update
2025-01-26 16:43:51 +08:00

7 lines
99 B
Go

package model
type FileStruct struct {
Name string `json:"name"`
IsDir bool `json:"isDir"`
}