dbfetcher

package
v2.470.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0, MIT Imports: 4 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL