Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBFetcher ¶
type DBFetcher interface { GetAccount() (*messengertypes.Account, error) GetContactByPK(publicKey string) (*messengertypes.Contact, error) GetCurrentPushServers() ([]*messengertypes.PushServer, error) GetMuteStatusForConversation(key string) (accountMuted bool, conversationMuted bool, err error) }
func NewDBFetcher ¶
func NewDBFetcher(accountPK string, db *messengerdb.DBWrapper) DBFetcher
Click to show internal directories.
Click to hide internal directories.