cmds

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Download

type Download struct {
	URL          string
	FilePath     string
	PodcastTitle string
}

type FeedCommand

type FeedCommand struct {
	*cmds.CommandDescription
}

func NewFeedCommand

func NewFeedCommand() (*FeedCommand, error)

func (*FeedCommand) RunIntoGlazeProcessor

func (f *FeedCommand) RunIntoGlazeProcessor(
	ctx context.Context,
	parsedLayers *layers.ParsedLayers,
	gp middlewares.Processor,
) error

type FeedSettings

type FeedSettings struct {
	FeedUrls  []string `glazed.parameter:"feed-url"`
	Download  bool     `glazed.parameter:"download"`
	OutputDir string   `glazed.parameter:"output-dir"`
	Limit     int      `glazed.parameter:"limit"`
}

Jump to

Keyboard shortcuts

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