Initial commit
Proof-of-concept implementation. Bugs will occur.
This commit is contained in:
9
internal/domains/cacher/dto/cache_item.go
Normal file
9
internal/domains/cacher/dto/cache_item.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package dto
|
||||
|
||||
import "time"
|
||||
|
||||
type CacheItem struct {
|
||||
Path string
|
||||
Size int64
|
||||
Updated time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user