Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AnikaAgiwal2711 committed Oct 25, 2023
1 parent 1e10137 commit 32c3df0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fault_set.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2019 - 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
// Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion inttests/fault_set_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2021 - 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
// Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions types/v1/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2019 - 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
// Copyright © 2019 - 2023 Dell Inc. or its subsidiaries. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -1765,14 +1765,14 @@ type FaultSetResp struct {
ID string `json:"id"`
}

// FaultSetResp defines struct for the response when fault set is created successfully
// FaultSet defines struct for reading the fault set
type FaultSet struct {
ID string `json:"id"`
Name string `json:"name"`
ProtectionDomainId string `json:"protectionDomainId"`
}

// FaultSetResp defines struct for the response when fault set is created successfully
// FaultSetRename defines struct for renaming the fault set
type FaultSetRename struct {
NewName string `json:"newName"`
}

0 comments on commit 32c3df0

Please sign in to comment.