Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Token string
Functions ¶
func DeleteLead ¶
func DeleteLead(id int)
Types ¶
type Mlead ¶
type Mlead struct {
Id int
FirstName string
LastName string
Email string
Company string
Postcode string
AcceptTerms bool
DateCreated string
}
Customer data model record/lead structure
func CreateStubLeads ¶
func CreateStubLeads() []Mlead
Stub customer/lead data to pre-poulate db with for test and dev.
Click to show internal directories.
Click to hide internal directories.