Documentation ¶
Index ¶
- func DeleteInvalidFeed(url string, db *sql.DB)
- func EntryFeedToSetMetadata(pubkey string, feed *gofeed.Feed, originalUrl string, ...) nostr.Event
- func GetFeedURL(url string) string
- func ItemToTextNote(pubkey string, item *gofeed.Item, feed *gofeed.Feed, ...) nostr.Event
- func ParseFeed(url string) (*gofeed.Feed, error)
- func PrivateKeyFromFeed(url string, secret string) string
- type CustomTranslator
- type Entity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteInvalidFeed ¶
func EntryFeedToSetMetadata ¶ added in v0.3.6
func GetFeedURL ¶
func ItemToTextNote ¶
func PrivateKeyFromFeed ¶
Types ¶
type CustomTranslator ¶ added in v0.4.3
type CustomTranslator struct {
// contains filtered or unexported fields
}
func NewCustomTranslator ¶ added in v0.4.3
func NewCustomTranslator() *CustomTranslator
Click to show internal directories.
Click to hide internal directories.