Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
Queue manages the list of items to be tweeted.
func New ¶
New creates a new queue, loading existing data from disk if available. The queue also launches a goroutine to manage tweets.
func (*Queue) Close ¶
func (q *Queue) Close()
Close shuts down the queue and waits for the goroutine to exit.
func (*Queue) SetSettings ¶
SetSettings stores the current settings for the queue.
Click to show internal directories.
Click to hide internal directories.