Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultLanguage ¶
type PhoneNumber ¶
type Profile ¶
type Profile struct { ID *uuid.UUID `json:"id,omitempty" db:"id"` FirstName string `json:"first_name,omitempty" db:"first_name"` LastName string `json:"last_name,omitempty" db:"last_name"` Email string `json:"email,omitempty" db:"email"` DefaultLanguage *uuid.UUID `json:"default_language,omitempty" db:"default_language"` StreetAddPrimary string `json:"street_address_primary,omitempty" db:"street_address_primary"` StreetAddSecondary string `json:"street_address_secondary,omitempty" db:"street_address_secondary"` PhoneNumberPrimary *uuid.UUID `json:"phone_number_primary,omitempty" db:"phone_number_primary"` PhoneNumberSecondary *uuid.UUID `json:"phone_number_secondary,omitempty" db:"phone_number_secondary"` City string `json:"city,omitempty" db:"city"` StateProvidence string `json:"state_providence,omitempty" db:"state_providence"` ZipCode string `json:"zip_code,omitempty" db:"zip_code"` CreatedAt *time.Time `json:"created_at,omitempty" db:"created_at"` UpdatedAt *time.Time `json:"updated_at,omitempty" db:"updated_at"` }
func (*Profile) CreateProfile ¶
func (*Profile) DeleteProfile ¶
func (*Profile) UpdateProfile ¶
Click to show internal directories.
Click to hide internal directories.