model

package
v0.0.0-...-d8fdd28 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Customer

type Customer struct {
	ID      int
	Name    string
	Gender  string
	Age     int
	Phone   int
	Email   string
	Address string
}

func NewCustomer

func NewCustomer(id int, name string, gender string, age int, phone int,
	email string, address string) Customer

func NewCustomer2

func NewCustomer2(name string, gender string, age int, phone int,
	email string, address string) Customer

func (Customer) GetInfo

func (customer Customer) GetInfo() string

Jump to

Keyboard shortcuts

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