Skip to content

Commit

Permalink
Add mount tag to virtual file system attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Dec 17, 2024
1 parent 89eb5bd commit 85cf85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtual_file_system_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ type VirtualFileSystemStorageAttachment struct {
ID string `json:"vfs_id"`
State string `json:"state"`
TargetID string `json:"target_id"`
MountTag int `json:"mount_tag"`
}

type virtualFileSystemStorageAttachmentsBase struct {
Expand Down

0 comments on commit 85cf85a

Please sign in to comment.