SetDumpRequests configures the API options to dump gRPC requests.
(dump bool)
| 58 | |
| 59 | // SetDumpRequests configures the API options to dump gRPC requests. |
| 60 | func SetDumpRequests(dump bool) { |
| 61 | withDump = dump |
| 62 | } |
| 63 | |
| 64 | // SetRetryMax configures the amount of time the client will retry the request. |
| 65 | func SetRetryMax(rm uint) { |