Skip to content

Commit

Permalink
migrate more structs
Browse files Browse the repository at this point in the history
  • Loading branch information
husniMDB committed Jun 20, 2024
1 parent 0563efb commit 96cbc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsmngr/continuous_snapshots.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type SnapshotPart struct {
DataSizeBytes int64 `json:"dataSizeBytes"`
EncryptionEnabled bool `json:"encryptionEnabled"`
FileSizeBytes int64 `json:"fileSizeBytes"`
MasterKeyUUID string `json:"masterKeyUUID,omitempty"`
MasterKeyUUID string `json:"masterKeyUUID,omitempty"` //nolint:all
MongodVersion string `json:"mongodVersion"`
StorageSizeBytes int64 `json:"storageSizeBytes"`
}
Expand Down

0 comments on commit 96cbc9d

Please sign in to comment.