1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00

Improve API

This commit is contained in:
Frédéric Guillot 2017-11-24 22:29:20 -08:00
parent 747da03e4c
commit 71bf7e4358
15 changed files with 40 additions and 63 deletions

View file

@ -10,7 +10,7 @@ import (
"time"
)
// Feed represents a feed in the database
// Feed represents a feed in the database.
type Feed struct {
ID int64 `json:"id"`
UserID int64 `json:"user_id"`