package
0.20.1
Repository: https://github.com/wabarc/wayback.git
Documentation: pkg.go.dev

# 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
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
No description provided by the author
No description provided by the author

# Functions

Artifact returns an artifact from the reduxer that corresponds to the first collect in the provided slice of collects.
New creates a Publish struct with the given context and configuration options.
Register registers a publish client's setup function and allows it to be called.

# Constants

FlagDiscord publish from discord service.
FlagGitHub is a flag for github publish service.
FlagIRC publish from relaychat service.
FlagMastodon publish from mastodon service.
FlagMatrix publish from matrix service.
FlagMeili is a flag for meilisearch publish service.
FlagSlack publish from nostr.
FlagNotion is a flag for notion publish service.
FlagSlack publish from slack service.
FlagTelegram publish from telegram service.
FlagTwitter publish from twitter srvice.
FlagWeb publish from httpd service.
FlagXMPP publish from XMPP service.

# Variables

No description provided by the author

# Structs

Module is a struct embeds the Publisher interface and holds a pointer to config.Options.
Publish handles options for publish service.

# Interfaces

Publisher is the interface that wraps the basic Publish method.

# Type aliases

Flag represents a type of uint8.
SetupFunc is a function type that takes a pointer to a config.Options struct and returns a pointer to a Module struct.