MCPcopy Create free account
hub / github.com/gokcehan/lf / statData

Struct statData

ruler.go:16–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14var gDefaultRuler string
15
16type statData struct {
17 Path string
18 Name string
19 Extension string
20 Size int64
21 DirSize int64
22 DirCount int
23 Permissions string
24 ModTime string
25 AccessTime string
26 BirthTime string
27 ChangeTime string
28 LinkCount string
29 User string
30 Group string
31 Target string
32 CustomInfo string
33}
34
35type rulerData struct {
36 SPACER string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected