MCPcopy Index your code
hub / github.com/IceWhaleTech/CasaOS / Object

Struct Object

model/object.go:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type Object struct {
24 ID string
25 Path string
26 Name string
27 Size int64
28 Modified time.Time
29 IsFolder bool
30}
31
32func (o *Object) GetName() string {
33 return o.Name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected