newsbot-portal/internal/models/sources.go

10 lines
173 B
Go
Raw Normal View History

package models
import "git.jamestombleson.com/jtom38/newsbot-api/domain"
type ListAllSourcesViewModel struct {
IsError bool
Message string
Items []domain.SourceDto
}