Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Contacts = map[string]Contact{}
)
Functions ¶
func HandleContacts ¶
func HandleContacts(src string, dm *signalservice.DataMessage) ([]*signalservice.DataMessage_Contact, error)
func LoadContacts ¶
func LoadContacts(contactsYaml *yamlContacts)
LoadContacts reads a YAML contacts file
func WriteContacts ¶
WriteContacts saves a list of contacts to a file
func WriteContactsToPath ¶
func WriteContactsToPath() error
WriteContactsToPath saves a list of contacts to a file at the standard location
Types ¶
type Contact ¶
type Contact struct {
UUID string
Tel string
ProfileKey []byte
IdentityKey []byte
Name string
Username string
Avatar []byte
Color string
Blocked bool
Verified *signalservice.Verified
ExpireTimer uint32
InboxPosition uint32
Archived bool
}
Contact contains information about a contact.
func ReadContacts ¶
ReadContacts loads the contacts yaml file and pareses it
Click to show internal directories.
Click to hide internal directories.