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

# Functions

MakeAuthToken creates an authentication token, valid for a limited time.
MakeInviteToken creates an invitation to create an account.
MakeResource creates a new Resource object with sane defaults.
MakeToken creates a generic token.

# Structs

Account stores essential data for a Lavaboom user, and is thus not encrypted.
No description provided by the author
BillingData TODO.
Contact is the data model for a contact.
Email is a message in a thread.
Encrypted is the base struct for PGP-encrypted resources.
Expiring is a base struct for resources that expires e.g.
File is an encrypted file stored by Lavaboom.
No description provided by the author
Label is what IMAP calls folders, some providers call tags, and what we (and Gmail) call labels.
Resource is the base type for API resources.
SettingsData TODO.
Thread is the data model for a list of emails, usually making up a conversation.
Token is a volatile, unique object.
No description provided by the author