airshipctl/pkg/remote
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
..
redfish Fix Lint warnings: Use of basic type string as key 2020-04-29 17:00:10 -05:00
testdata Add management support to non-ephemeral hosts 2020-04-28 16:29:19 +00:00
errors.go Add management support to non-ephemeral hosts 2020-04-28 16:29:19 +00:00
management_test.go Add management support to non-ephemeral hosts 2020-04-28 16:29:19 +00:00
management.go Merge "Add baremetal ejectmedia command" 2020-04-29 15:26:24 +00:00
remote_direct_test.go Move remote cmd functionality to baremetal cmd 2020-04-28 22:52:35 +00:00
remote_direct.go Add management support to non-ephemeral hosts 2020-04-28 16:29:19 +00:00