Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Addr string SecretKey string Database *db.Connection Tweeter *tweeter.Tweeter }
Config provides parameters for hosting the website.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server provides the web UI for interacting with the application. Users can login, post suggestions, and queue items if they have the appropriate permissions.
Click to show internal directories.
Click to hide internal directories.