Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Email ¶
type Email struct { EmailID int32 EmailAddress sql.NullString EmailType string PersonID int32 }
type EmailType ¶
type EmailType struct { EmailType string Description sql.NullString }
type FlywaySchemaHistory ¶
type PeopleView ¶
type PeopleView struct { PersonID int32 FirstName sql.NullString LastName sql.NullString PhoneNumber sql.NullString AddressLine1 sql.NullString AddressLine2 sql.NullString City sql.NullString State sql.NullString ZipCode sql.NullString }
type Person ¶
type Person struct { PersonID int32 FirstName sql.NullString LastName sql.NullString AddressLine1 sql.NullString AddressLine2 sql.NullString City sql.NullString State sql.NullString ZipCode sql.NullString }
type PhoneNumber ¶
type PhoneNumber struct { PhoneNumberID int32 PhoneNumber sql.NullString PhoneType sql.NullString PersonID int32 }
type PhoneType ¶
type PhoneType struct { PhoneType sql.NullString Description sql.NullString }
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) GetSchemaVersion ¶
type State ¶
type State struct { State string Description sql.NullString }
Click to show internal directories.
Click to hide internal directories.