package photocopy import ( "context" ) func (p *Photocopy) handleDelete(ctx context.Context, did, collection, rkey string) error { return nil }