1package photocopy 2 3import ( 4 "context" 5) 6 7func (p *Photocopy) handleDelete(ctx context.Context, did, collection, rkey string) error { 8 return nil 9}