2024-06-02 19:55:05 -07:00
|
|
|
package models
|
|
|
|
|
|
|
|
import "git.jamestombleson.com/jtom38/newsbot-api/domain"
|
|
|
|
|
|
|
|
type ListAllSourcesViewModel struct {
|
|
|
|
IsError bool
|
|
|
|
Message string
|
|
|
|
Items []domain.SourceDto
|
|
|
|
}
|
2024-07-07 08:02:00 -07:00
|
|
|
|
|
|
|
type AddSourcePayloadModel struct {
|
|
|
|
|
|
|
|
}
|