Initial commit (code only without large binaries)
This commit is contained in:
12
EdgeNode/internal/caches/file_dir.go
Normal file
12
EdgeNode/internal/caches/file_dir.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
|
||||
package caches
|
||||
|
||||
import "github.com/TeaOSLab/EdgeCommon/pkg/serverconfigs/shared"
|
||||
|
||||
type FileDir struct {
|
||||
Path string
|
||||
Capacity *shared.SizeCapacity
|
||||
IsFull bool
|
||||
IsSSD bool // 优化:是否为 SSD
|
||||
}
|
||||
Reference in New Issue
Block a user