Documentation ¶
Index ¶
- Constants
- func GetAccountMetaForName(rootDir string, accountID string, logger *zap.Logger) (*accounttypes.AccountMetadata, error)
- func GetDatastoreDir(dir string) (string, error)
- func GetDevicePushKeyForPath(filePath string, createIfMissing bool) (pk *[cryptoutil.KeySize]byte, sk *[cryptoutil.KeySize]byte, err error)
- func GetGormDBForPath(dir string, logger *zap.Logger) (*gorm.DB, func(), error)
- func GetMessengerDBForPath(dir string, logger *zap.Logger) (*gorm.DB, func(), error)
- func GetReplicationDBForPath(dir string, logger *zap.Logger) (*gorm.DB, func(), error)
- func GetRootDatastoreForPath(dir string, logger *zap.Logger) (datastore.Batching, error)
- func ListAccounts(rootDir string, logger *zap.Logger) ([]*accounttypes.AccountMetadata, error)
Constants ¶
View Source
const ( InMemoryDir = ":memory:" DefaultPushKeyFilename = "push.key" AccountMetafileName = "account_meta" AccountNetConfFileName = "account_net_conf" MessengerDatabaseFilename = "messenger.sqlite" ReplicationDatabaseFilename = "replication.sqlite" )
Variables ¶
This section is empty.
Functions ¶
func GetAccountMetaForName ¶
func GetAccountMetaForName(rootDir string, accountID string, logger *zap.Logger) (*accounttypes.AccountMetadata, error)
func GetDatastoreDir ¶
func GetDevicePushKeyForPath ¶
func GetDevicePushKeyForPath(filePath string, createIfMissing bool) (pk *[cryptoutil.KeySize]byte, sk *[cryptoutil.KeySize]byte, err error)
func GetGormDBForPath ¶ added in v2.311.2
func GetMessengerDBForPath ¶
func GetReplicationDBForPath ¶ added in v2.311.2
func GetRootDatastoreForPath ¶
func ListAccounts ¶
func ListAccounts(rootDir string, logger *zap.Logger) ([]*accounttypes.AccountMetadata, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.