rss

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ToIconURLMap = map[Worker]string{
	RSSHub: "https://storage.googleapis.com/rss3-icon/rsshub.png",
}
View Source
var ToTagsMap = map[Worker][]tag.Tag{
	RSSHub: {tag.RSS},
}

ToTagsMap is a map of worker to tags

Functions

func WorkerStrings

func WorkerStrings() []string

WorkerStrings returns a slice of all String values of the enum

Types

type Worker

type Worker int
const (
	RSSHub Worker = iota + 1 // rsshub
)

func GetValueByWorkerStr

func GetValueByWorkerStr(workerStr string) Worker

func WorkerString

func WorkerString(s string) (Worker, error)

WorkerString retrieves an enum value from the enum constants string name. Throws an error if the param is not part of the enum.

func WorkerValues

func WorkerValues() []Worker

WorkerValues returns all values of the enum

func (Worker) Component

func (w Worker) Component() string

func (Worker) IsAWorker

func (i Worker) IsAWorker() bool

IsAWorker returns "true" if the value is listed in the enum definition. "false" otherwise

func (Worker) MarshalJSON

func (i Worker) MarshalJSON() ([]byte, error)

MarshalJSON implements the json.Marshaler interface for Worker

func (Worker) MarshalYAML

func (i Worker) MarshalYAML() (interface{}, error)

MarshalYAML implements a YAML Marshaler for Worker

func (Worker) Name

func (w Worker) Name() string

func (*Worker) Scan

func (i *Worker) Scan(value interface{}) error

func (Worker) String

func (i Worker) String() string

func (*Worker) UnmarshalJSON

func (i *Worker) UnmarshalJSON(data []byte) error

UnmarshalJSON implements the json.Unmarshaler interface for Worker

func (*Worker) UnmarshalParam

func (w *Worker) UnmarshalParam(param string) error

func (*Worker) UnmarshalYAML

func (i *Worker) UnmarshalYAML(unmarshal func(interface{}) error) error

UnmarshalYAML implements a YAML Unmarshaler for Worker

func (Worker) Value

func (i Worker) Value() (driver.Value, error)

func (Worker) Values

func (Worker) Values() []string

Jump to

Keyboard shortcuts

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