MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / CollectionChannels

Method CollectionChannels

auth/collection_access.go:23–23  ·  view source on GitHub ↗

Retrieve all channels for a collection

(scope, collection string)

Source from the content-addressed store, hash-verified

21
22 // Retrieve all channels for a collection
23 CollectionChannels(scope, collection string) ch.TimedSet
24
25 // Sets all channels for a collection.
26 setCollectionChannels(scope, collection string, channels ch.TimedSet)

Implementers 1

roleImplauth/role.go

Calls

no outgoing calls