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

Method CreateCollection

base/dcp_client_stream_observer.go:101–103  ·  view source on GitHub ↗
(creation gocbcore.DcpCollectionCreation)

Source from the content-addressed store, hash-verified

99}
100
101func (dc *DCPClient) CreateCollection(creation gocbcore.DcpCollectionCreation) {
102 // Not used by SG at this time
103}
104
105func (dc *DCPClient) DeleteCollection(deletion gocbcore.DcpCollectionDeletion) {
106 // Not used by SG at this time

Callers 2

CreateDataStoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected