Close releases any long-lived connections
()
| 46 | GetDocument(ctx context.Context, bucket, docID string, rv interface{}) (exists bool, err error) |
| 47 | // Close releases any long-lived connections |
| 48 | Close() |
| 49 | } |
| 50 | |
| 51 | // CouchbaseClusterSpec define how to make a connection to Couchbase Server |
no outgoing calls