示例#1
0
func (pi *dualIndex) Drop(requestId string) errors.Error {
	return errors.NewSystemIdxNoDropError(nil, "For system:dual")
}
示例#2
0
func (pi *indexIndex) Drop(requestId string) errors.Error {
	return errors.NewSystemIdxNoDropError(nil, "")
}
func (pi *storeIndex) Drop(requestId string) errors.Error {
	return errors.NewSystemIdxNoDropError(nil, pi.Name())
}