common

package
v0.0.0-...-0d50799 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Sources Sources `yaml:"Sources"`
}

type Post

type Post struct {
	Id      int
	Deleted bool

	Title        string
	Text         string
	Url          string
	ThumbnailUrl string

	TimeCreated    int64
	TimeProcessing int64

	AuthorName string
	AuthorUrl  string
}

type RssSource

type RssSource struct {
	Url  string `yaml:"Url"`
	Name string `yaml:"Name"`
}

type Sources

type Sources struct {
	RSS []RssSource `yaml:"RSS"`
}

Jump to

Keyboard shortcuts

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