feedvault.se/pkg/models/models.go

7 lines
90 B
Go

package models
type ParseResult struct {
FeedURL string
Msg string
IsError bool
}