Documentation ¶
Overview ¶
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Call ¶
type Call struct { }
func (Call) CSVColumnMapping ¶
func (Call) CSVHeaders ¶
func (Call) FakeRecord ¶
type User ¶
type User struct { FirstName string `db:"first_name"` LastName string `db:"last_name"` Email string `db:"email"` Age int `db:"age"` Description string `db:"description"` }
func (User) CSVColumnMapping ¶
func (User) CSVHeaders ¶
func (User) FakeRecord ¶
Click to show internal directories.
Click to hide internal directories.