exitChanges will close active _changes feeds on the DB. This is a database level close.
()
| 208 | |
| 209 | // exitChanges will close active _changes feeds on the DB. This is a database level close. |
| 210 | func (c *DatabaseCollection) exitChanges() chan struct{} { |
| 211 | return c.dbCtx.ExitChanges |
| 212 | } |
| 213 | |
| 214 | // GetCollectionID returns a collectionID. If couchbase server does not return collections, it will return base.DefaultCollectionID, like the default collection for a Couchbase Server that does support collections. |
| 215 | func (c *DatabaseCollection) GetCollectionID() uint32 { |