# Functions
Deletes the account of the user with the provided username.
Deletes the accounts of all users whose username begins with the provided prefix.
Deletes all tag definitions beginning with the given prefix.
Deletes the tag definition with the provided name.
Gets the base path for account data in etcd.
Gets the base path for tag definitions in etcd.
Retrieves the account information for the specified user.
Retrieves the account information of all users whose username begins with the provided prefix.
Retrieves the account information of all users whose username begins with the provided prefix.
Retrieves the tag definition for the specified tag.
Sets the prefix added to keys in the etcd database.
Updates the account according to the provided account information, creating a new user account if a user with that username does not exist.
Same as UpsertAccount, but fails if the account was updated meanwhile.
Same as UpsertAccount, but for Tag Definitions.
Same as UpsertAccountAtomically, but for Tag Definitions.
# Constants
PublicTag is the name of the t ag used to specify streams viewable to all users, even those who are not logged in.
# Structs
MrPlotterAccount abstracts account information for a single user.
MrPlotterTagDef abstracts a mapping from a Tag to set of collection prefixes.