# Packages
Package discord implements the discord bot daemon service.
Package httpd implements the tor network service.
Package mastodon implements the mastodon daemon service.
Package matrix implements the matrix daemon service.
Package relaychat implements the internet relay chat daemon service.
Package slack implements the slack bot daemon service.
Package telegram implements the telegram bot daemon service.
Package twitter implements the twitter daemon service.
Package xmpp implements the xmpp daemon service.
# Functions
Config returns an Option function that sets the Config field of Options.
ExcludeURL removes URLs based on hostname; it is only available for multiple URLs.
MatchURL returns a slice string contains URLs extracted from the given string.
ParseOptions returns the Options instance with modifications applied using the provided Option functions.
Pool returns an Option function that sets the Pool field of Options.
Publish returns an Option function that sets the Publish field of Options.
Register registers a service instance's setup function and allows it to be called.
Serve runs service in a separate goroutine.
Shutdown shuts down all services.
Storage returns an Option function that sets the Storage field of Options.
UploadToDiscord composes files that share with Discord by a given artifact.
UploadToSlack upload files to channel and attach as a reply by the given artifact.
UploadToTelegram composes files into an album by the given artifact.
Wayback in a separate goroutine.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
Servicer is the interface that wraps Serve and Shutdown method.