Documentation
¶
Index ¶
- func CreateContact(ctx context.Context, contact *Contact) (err error)
- func DeleteContacts(ctx context.Context, contactIDs []uint64) (err error)
- func FetchContactByID(ctx context.Context, contactID uint64) (*model.Contact, error)
- func ListContactsByNames(ctx context.Context, names ...string) (contacts []*model.Contact, err error)
- func UpdateContact(ctx context.Context, contactID uint64, updates map[string]interface{}) (err error)
- type Contact
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchContactByID ¶
func ListContactsByNames ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.