lead

package
v0.0.0-...-1607d8e Latest Latest
Warning

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

Go to latest
Published: May 20, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteLead

func DeleteLead(c *fiber.Ctx)

func GetLead

func GetLead(c *fiber.Ctx)

func GetLeads

func GetLeads(c *fiber.Ctx)

func NewLead

func NewLead(c *fiber.Ctx)

Types

type Lead

type Lead struct {
	gorm.Model
	Name    string `json:"name"`
	Company string `json:"company"`
	Email   string `json:"email"`
	Phone   int    `json:"phone"`
}

Jump to

Keyboard shortcuts

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