tpjg / goriakpbc

A golang riak client inspired by the Ruby riak-client from Basho and riakpbc from mrb
Other
127 stars 27 forks source link

Added missing bucket `Type` values to various struct initializations. #85

Closed jstol closed 10 years ago

jstol commented 10 years ago

There were some issues with various Bucket functions not working properly for buckets defined with a type other than "default", such as the issue mentioned in #84. This included functions such as Exists and Delete.