Documentation ¶
Overview ¶
Package mastodon implements the mastodon daemon service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrServiceClosed = errors.New("mastodon: Service closed")
ErrServiceClosed is returned by the Service's Serve method after a call to Shutdown.
Functions ¶
This section is empty.
Types ¶
type Mastodon ¶
Mastodon represents a Mastodon service in the application
func (*Mastodon) Serve ¶
Serve loop request direct messages from the Mastodon instance. Serve always returns a nil error.
Click to show internal directories.
Click to hide internal directories.