Documentation
¶
Overview ¶
Package tagspub attempts to translate a tag-looking value into a tags.pub ActivityPub actor
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a Tags.Pub "middleware" that takes Hashtag-looking URIs and converts them into WebFinger handles
To work properly, this middleware MUST be installed ABOVE the WebFinger middleware.
func (Client) SetRootClient ¶
type ClientOption ¶
type ClientOption func(*Client)
func WithHostname ¶
func WithHostname(hostname string) ClientOption
WithHostname uses a custom server hostname (instead of the default tags.pub)
Click to show internal directories.
Click to hide internal directories.