couchbase / go-couchbase

Couchbase client in Go
https://godoc.org/github.com/couchbase/go-couchbase
MIT License
321 stars 92 forks source link

Adding new interface AuthWithSaslHandler #57

Closed nimishzynga closed 9 years ago

nimishzynga commented 9 years ago

It is required to pass the auth for memcached with http auth. So added a new interface couchbase.AuthWithSaslHandler.

Change-Id: Id8541e0a1b8559c5c141e595bb629e4f66e964c5

steveyen commented 9 years ago

Oh, I just remembered, do updates to go-couchbase need to go through gerrit system instead of the github.com pull-requests? If so, then we should do that, otherwise I recall that gerrit gets messed up and needs some manual operation to repair its state.

maniktaneja commented 9 years ago

Yes.

steveyen commented 9 years ago

Closing this pull request as it was done via the gerrit system: http://review.couchbase.org/#/c/54227/