(creation gocbcore.DcpScopeCreation)
| 111 | } |
| 112 | |
| 113 | func (dc *DCPClient) CreateScope(creation gocbcore.DcpScopeCreation) { |
| 114 | // Not used by SG at this time |
| 115 | } |
| 116 | |
| 117 | func (dc *DCPClient) DeleteScope(deletion gocbcore.DcpScopeDeletion) { |
| 118 | // Not used by SG at this time |
no outgoing calls
no test coverage detected