open-vault/vendor/github.com/couchbase/gocb/v2/version.go
Michael Golowka bd79fbafb3
Add couchbase, elasticsearch, and mongodbatlas back (#10222)
Updated the `Serve` function so these can be added back into Vault
2020-10-22 17:20:17 -06:00

12 lines
274 B
Go

package gocb
// Version returns a string representation of the current SDK version.
func Version() string {
return goCbVersionStr
}
// Identifier returns a string representation of the current SDK identifier.
func Identifier() string {
return "gocb/" + goCbVersionStr
}