package newssvc import ( "legalgo-BE-go/database" ) func (i *impl) GetAllModel() ([]database.NewsModel, error) { return i.newsRepo.GetAllModel() }