Skip to content

Commit

Permalink
chore: fix wrong CreateTime name in Volume struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmichelo committed Mar 15, 2024
1 parent fccdd0b commit 8f30716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volume_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package proton
type Volume struct {
VolumeID string // Encrypted volume ID

CreationTime int64 // Creation time of the volume in Unix time
CreateTime int64 // Creation time of the volume in Unix time
ModifyTime int64 // Last modification time of the volume in Unix time
MaxSpace *int64 // Space limit for the volume in bytes, null if unlimited.
UsedSpace int64 // Space used by files in the volume in bytes
Expand Down

0 comments on commit 8f30716

Please sign in to comment.