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