model

package
v0.0.0-...-fa690bd Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Office

type Office struct {
	OfficeCode   string `gorm:"column:officeCode" json:"office_code"`
	City         string `gorm:"column:city" json:"city"`
	Phone        string `gorm:"column:phone" json:"phone"`
	AddressLine1 string `gorm:"column:addressLine1" json:"address_line1"`
	AddressLine2 string `gorm:"column:addressLine2" json:"address_line2"`
	State        string `gorm:"column:state" json:"state"`
	Country      string `gorm:"column:country" json:"country"`
	PostalCode   string `gorm:"column:postalCode" json:"postal_code"`
	Territory    string `gorm:"column:territory" json:"territory"`
}

Jump to

Keyboard shortcuts

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