Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "rss"
View Source
const ( // SUFFIX is the parameter used to request data in the RSS3 format from RSSHub // https://docs.rsshub.app/guide/parameters#output-formats SUFFIX = "rss3" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) CollectMetric ¶
func (*Component) CollectTrace ¶ added in v0.5.19
type Option ¶
type Option struct {
Authentication OptionAuthentication `json:"authentication" mapstructure:"authentication"`
}
type OptionAuthentication ¶
type OptionAuthentication struct {
AccessKey string `json:"access_key" mapstructure:"access_key"`
}
Click to show internal directories.
Click to hide internal directories.