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
..