lead

package
v0.0.0-...-97c62d0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateLead

func CreateLead(c *fiber.Ctx) error

func DeleteLead

func DeleteLead(c *fiber.Ctx) error

func GetLead

func GetLead(c *fiber.Ctx) error

func GetLeads

func GetLeads(c *fiber.Ctx) error

Types

type Lead

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

Jump to

Keyboard shortcuts

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