rss

package
v0.0.0-...-ee33bb9 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2022 License: GPL-3.0 Imports: 3 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 {
	GithubRepos []GithubRss `mapstructure:"github_repos"`
}

func (Config) Step

func (cfg Config) Step() error

type Github

type Github struct {
	User User
	Repo Repository
	Mode Mode
}

type GithubRss

type GithubRss struct {
	User  User         `mapstructure:"user"`
	Repos []Repository `mapstructure:"repos"`
	Modes []Mode       `mapstructure:"modes"`
}

type Mode

type Mode string

type Repository

type Repository string

type User

type User string

Jump to

Keyboard shortcuts

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