Documentation
¶
Index ¶
- func CreateCustomerTable(db *sql.DB) error
- func GetRelatedMatches(db *sql.DB, phoneNumber, email string) ([]customtypes.Customer, error)
- func InsertNewPrimaryCustomer(db *sql.DB, phoneNumber, email string) error
- func InsertNewSecondaryCustomer(db *sql.DB, phoneNumber string, email string, relatedPrimaryId int) error
- func NewInformationReceived(db *sql.DB, phoneNumber, email string) (bool, error)
- func UpdateMembersLinkedId(db *sql.DB, primaryId int, accountIds []int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCustomerTable ¶
func GetRelatedMatches ¶
func NewInformationReceived ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.