98959e73e7
bluge seems to be abandoned and bleve should work better, who knows.
10 lines
139 B
Go
10 lines
139 B
Go
package bleve
|
|
|
|
import (
|
|
"fiatjaf.com/nostr"
|
|
)
|
|
|
|
func (b *BleveBackend) DeleteEvent(id nostr.ID) error {
|
|
return b.index.Delete(id.Hex())
|
|
}
|