Skip to content
Snippets Groups Projects
  1. Aug 17, 2018
  2. Aug 16, 2018
    • ale's avatar
      Refactor the clientutil package · 193e29e6
      ale authored
      Implement a simpler API for the Backend interface, removing most old
      public methods and replacing them with a single Call() method, making
      the package look a bit more like an actual rpc package (so, hopefully,
      easier to replace in the future).
      193e29e6
  3. Aug 15, 2018
  4. Dec 17, 2017
  5. Dec 11, 2017
  6. Dec 10, 2017
    • ale's avatar
      Modify the temporary error interface for Retry · 1fd8c2e2
      ale authored
      Now the default is for errors to be permanent, unless the error itself
      has a Temporary() method that returns true (like the transient network
      errors do in the net/ package).
      1fd8c2e2
  7. Dec 07, 2017
  8. Nov 27, 2017
  9. Nov 26, 2017
  10. Nov 23, 2017
  11. Nov 22, 2017
Loading