Punith Kenchappa
Punith Kenchappa
we may need to pass the context parameter to functions in the service_client.go file . For example : Adding the ctx context.Context to the function which has these REST API...
Yes , you were right , Provider client expects the context also this context need to provide from the user how initiate the call . which comes from the requests...
Please take a look at the PR which gives more info - https://github.com/gophercloud/gophercloud/pull/2686 service client will call the **Request** method in the Provider_client it does not contain a context ,...
@prb112, I have your changes as well in this PR , because my changes uses your code and its in the same file .
@prb112 @jeffdyoung @jeremyfreudberg Please take a look .
/test images
/test e2e-gcp-console
@spadgett and @TheRealJon , Appriceate for reviewing the code and suggesting changes . I had modified the code as suggested above and tested it and it works. Please do take...
@spadgett and @TheRealJon Thanks for your recommendations . PTAL . Screenshot:
@rawagner @spadgett @TheRealJon, Thanks for your suggestions , Modified the code accordingly, PTAL. cc: @prb112 Thanks, Punith