Categorygithub.com/sfomuseum/go-activitypub-feeds
modulepackage
0.0.2
Repository: https://github.com/sfomuseum/go-activitypub-feeds.git
Documentation: pkg.go.dev

# README

go-activitypub-feeds

An opinionated Go package for publishing syndication feeds to ActivityPub accounts.

This code might still be merged into sfomuseum/go-activitypub.

Documentation

Documentation is incomplete at this time. For now have a look at app/feeds/publish/publish.go.

See also

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Schemes returns the list of schemes that have been registered.
No description provided by the author
NewFeedsPublicationLogsDatabase returns a new `FeedsPublicationLogsDatabase` instance configured by 'uri'.
No description provided by the author
No description provided by the author
RegisterFeedsPublicationLogsDatabase registers 'scheme' as a key pointing to 'init_func' in an internal lookup table used to create new `FeedsPublicationLogsDatabase` instances by the `NewFeedsPublicationLogsDatabase` method.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

FeedsPublicationLogsDatabaseInitializationFunc is a function defined by individual feeds_publication_logs_database package and used to create an instance of that feeds_publication_logs_database.