Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
smaulik13 committed Jan 22, 2025
1 parent 35afb51 commit 7180658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zboxcore/fileref/fileref.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ type Ref struct {
AllocationVersion int64 `json:"allocation_version" mapstructure:"allocation_version"`
CreatedAt common.Timestamp `json:"created_at" mapstructure:"created_at"`
UpdatedAt common.Timestamp `json:"updated_at" mapstructure:"updated_at"`
NumFiles int `json:"num_files" mapstructure:"num_files"`
}

// GetReferenceLookup returns the lookup hash for a given allocationID and path
Expand Down

0 comments on commit 7180658

Please sign in to comment.