[][src]Module tweetr::ops

Main functions doing actual work.

Each module contains the functions for their respective subsystems.

Modules

add_user

This module contains the functions used only by the add-user subsystem.

init

This module contains the functions used only by the init subsystem.

queue_tweet

This module contains the functions used only by the queue-tweet subsystem.

start_daemon

This module contains the functions used only by the start-daemon subsystem.

Structs

AppTokens

The tokens needed to authenticate the app itself.

QueuedTweet

The struct representing a queued tweet to post, posted or not.

User

All user data required to connect to the Twitter API.