Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Get function only uses methods defined in client.Reader. The Delete function only uses methods defined in client.Writer. Therefore they can accept client.Reader and client.Writer, instead of client.Client, which combines both client.Reader and client.Writer. This change allows callers that can only pass in a client.Reader or client.Writer.
- Loading branch information