Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contact ¶
Contact ...
func (*Contact) CreateContact ¶
CreateContact ...
func (*Contact) CreateContactFromchannel ¶
CreateContactFromchannel ...
func (*Contact) CreateContacts ¶
CreateContacts ...
type IContact ¶
type IContact interface {
CreateContactFromchannel(chContact chan *dbModels.Contact)
CreateContacts(contacts *[]dbModels.Contact)
CreateContact(contact *dbModels.Contact)
UpdateContact()
DeleteContact()
GetContact()
}
IContact ...
Click to show internal directories.
Click to hide internal directories.