Documentation
¶
Index ¶
- func CreateRSSFeed(ctx context.Context, exec boil.ContextExecutor, url string, title string) (*core.RSSFeed, error)
- func CreateRSSItem(ctx context.Context, exec boil.ContextExecutor, feedID string, urlID string, ...) (*core.RSSItem, error)
- func CreateURL(ctx context.Context, exec boil.ContextExecutor, url string) (*core.NormalizedURL, error)
- func CreateUser(ctx context.Context, exec boil.ContextExecutor, email string) (*core.User, error)
- func CreateUserFeedItem(ctx context.Context, exec boil.ContextExecutor, userID string, ...) (*core.UserFeedItem, error)
- func CreateUserFeedSubscription(ctx context.Context, exec boil.ContextExecutor, userID string, feedID string) (*core.UserFeedSubscription, error)
- func GetRSSFeed(ctx context.Context, exec boil.ContextExecutor, feedID string) (*core.RSSFeed, error)
- func GetRSSItemsByFeed(ctx context.Context, exec boil.ContextExecutor, feedID string) (core.RSSItemSlice, error)
- func GetUserFeedItemsByUser(ctx context.Context, exec boil.ContextExecutor, userID string) (core.UserFeedItemSlice, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRSSFeed ¶
func CreateRSSItem ¶
func CreateURL ¶
func CreateURL(ctx context.Context, exec boil.ContextExecutor, url string) (*core.NormalizedURL, error)
func CreateUser ¶
func CreateUserFeedItem ¶
func CreateUserFeedSubscription ¶
func CreateUserFeedSubscription(ctx context.Context, exec boil.ContextExecutor, userID string, feedID string) (*core.UserFeedSubscription, error)
func GetRSSFeed ¶
func GetRSSItemsByFeed ¶
func GetRSSItemsByFeed(ctx context.Context, exec boil.ContextExecutor, feedID string) (core.RSSItemSlice, error)
func GetUserFeedItemsByUser ¶
func GetUserFeedItemsByUser(ctx context.Context, exec boil.ContextExecutor, userID string) (core.UserFeedItemSlice, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.