Steven Motes
Steven Motes
> > > Thanks for looking at this. > > I've done a quick pass and adding some initial feedback See commit 4a86003844a18575e980d5069d371d3e541bc74a.
Hi @stevenh. I propose we keep things as they stand. The Redis docs distinguish between entries and stream names in return types, so I felt it on the caller to...
What about something like https://golang.org/pkg/net/http/#Header?
Ok, so then that would imply a change to the read adapters' signatures. Something along the lines of: ``` go type identityReadAdapter interface { ID() (string, error) Type() (string, error)...
Because errors can occur while converting data to/from the resource. For a concrete example, consider that the specification states that a resource `id` member **must** be of type string. However,...