package
0.0.0-20181026173911-eca9d0580304
Repository: https://github.com/lavab/api.git
Documentation: pkg.go.dev

# Variables

Accounts is the global instance of AccountsTable.
Addresses is the global instance of Addresses table.
Cache is the global instance of the cache interface.
Config contains flags passed to the API.
Contacts is the global instance of ContactsTable.
Emails is the global instance of EmailsTable.
Factors contains all currently registered factors.
Files is the global instance of FilesTable.
Keys is the global instance of KeysTable.
Labels is the global instance of LabelsTable.
Log is the API's logrus instance.
PasswordBF is the bloom filter used for leaked password matching.
Producer is the nsq producer used to send messages to other components of the system.
Raven is the raven client used for reporting panics to Sentry.
Reservations is the global instance of ReservationsTable.
Rethink contains the RethinkDB session used in the API.
Threads is the global instance of ThreadsTable.
Tokens is the global instance of TokensTable.

# Structs

Flags contains values of flags which are important in the whole API.