model

package
v0.0.0-...-e4dec06 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewsFeed

type NewsFeed struct {
	ID     int
	Name   string
	Url    string
	Active int
}

type NewsFeeds

type NewsFeeds []NewsFeed

type NewsItem

type NewsItem struct {
	FeedId    int
	FeedName  string
	Timestamp string
	Title     string
	Url       string
	UID       string
}

type RssNews

type RssNews struct {
	ID        int
	FeedID    int
	Timestamp string
	Title     string
	Url       string
	Uid       string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL