Documentation ¶ Index ¶ type Server func NewServer(db *sqlx.DB, refresher *refresh.Task) *Server type SubscribeRequest Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { *http.ServeMux Parser *gofeed.Parser // contains filtered or unexported fields } func NewServer ¶ func NewServer(db *sqlx.DB, refresher *refresh.Task) *Server type SubscribeRequest ¶ type SubscribeRequest struct { URL string `json:"url" validate:"required,http_url"` // Optional title and description which override those from the feed Title string `json:"title"` Description string `json:"description"` } Source Files ¶ View all Source files article.goread_later.gorefresh.goserver.gosubscription.go Click to show internal directories. Click to hide internal directories.