package newssvc func (i *impl) Delete(id string) error { return i.newsRepo.Delete(id) }