airshipctl/pkg/remote/redfish
Yasin, Siraj (SY495P) 8ed791e6e6 Fix Lint warnings: Use of basic type string as key
warning:
  * should not use basic type string as key in context.WithValue

Fix:
  * Define a separate type for context Key(numRetries) and use the
    same to pass value for it
  * Added a constant ctxKeyNumRetries to be used by entire package

Relates-To: #148
Change-Id: Ifd464346ae7a8ecd82a1f1073a026af1e182fbef
2020-04-29 17:00:10 -05:00
..
vendors/dell Add management support to non-ephemeral hosts 2020-04-28 16:29:19 +00:00
client_test.go Fix Lint warnings: Use of basic type string as key 2020-04-29 17:00:10 -05:00
client.go Fix Lint warnings: Use of basic type string as key 2020-04-29 17:00:10 -05:00
constants.go Add Dell Redfish client 2020-04-17 19:51:24 +00:00
errors.go Decode Redfish error responses as raw JSON 2020-04-27 13:35:17 +00:00
utils_test.go Decode Redfish error responses as raw JSON 2020-04-27 13:35:17 +00:00
utils.go Add management support to non-ephemeral hosts 2020-04-28 16:29:19 +00:00