Files
EdgeNode/internal/caches/file_dir.go
GoEdgeLab c19be78e0d v1.4.1
2024-07-27 15:42:50 +08:00

12 lines
276 B
Go

// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
package caches
import "github.com/TeaOSLab/EdgeCommon/pkg/serverconfigs/shared"
type FileDir struct {
Path string
Capacity *shared.SizeCapacity
IsFull bool
}