contactshandler

package
v0.0.0-...-3220a8e Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2019 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Contact

type Contact dbModels.Contact

Contact ...

func (*Contact) CreateContact

func (c *Contact) CreateContact(contact *dbModels.Contact)

CreateContact ...

func (*Contact) CreateContactFromchannel

func (c *Contact) CreateContactFromchannel(chContact chan *dbModels.Contact)

CreateContactFromchannel ...

func (*Contact) CreateContacts

func (c *Contact) CreateContacts(contacts *[]dbModels.Contact)

CreateContacts ...

func (*Contact) DeleteContact

func (c *Contact) DeleteContact()

DeleteContact ...

func (*Contact) GetContact

func (c *Contact) GetContact()

GetContact ...

func (*Contact) UpdateContact

func (c *Contact) UpdateContact()

UpdateContact ...

type IContact

type IContact interface {
	CreateContactFromchannel(chContact chan *dbModels.Contact)

	CreateContacts(contacts *[]dbModels.Contact)
	CreateContact(contact *dbModels.Contact)
	UpdateContact()
	DeleteContact()
	GetContact()
}

IContact ...

func GetNewContactHandler

func GetNewContactHandler() IContact

GetNewContactHandler ...

type ICustomer

type ICustomer interface {
}

ICustomer ...

func GetNewCustomerHandler

func GetNewCustomerHandler() ICustomer

GetNewCustomerHandler ...

Jump to

Keyboard shortcuts

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