This isn't and shouldn't be used

This commit is contained in:
Rob Emery 2025-04-13 20:26:40 +01:00
parent 405096fa82
commit e33bf62c12

View File

@ -476,11 +476,6 @@ type object struct {
Id string
}
// Returns the actual local filesystem path for the object.
func (o *object) FilePath() string {
return filepath.FromSlash(o.Path)
}
// Returns the ObjectID for the object. This is used in various ContentDirectory actions.
func (o object) ID() string {
if o.Id != "" {