Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyLineItemUsage ¶
type MyLineItemUsage struct { List []MyLineItem Item *MyLineItem }
type Pointer2Value ¶
type Pointer2Value struct {
AddressNotNil Address
}
type Product ¶
type Product struct { ID int `db:"id" json:"id"` Name string `db:"name" json:"name"` One string `db:"one" json:"one"` SecondID string `db:"two" json:"two"` CustomField string `db:"custom_field" json:"custom_field"` CustomOneof string `db:"custom_oneof" json:"custom_oneof"` NotsupportedOneof string `db:"notsupported_oneof" json:"notsupported_oneof"` }
type TimeModel ¶ added in v1.0.2
type TimeModel struct { TimeTime time.Time PtrTimeTime *time.Time NullsTime nulls.Time PtrNullsTime *nulls.Time NullsTime2 nulls.Time PtrNullsTime2 *nulls.Time }
TimeModel is used for testing time-related transformations.
type Value2Pointer ¶
type Value2Pointer struct {
AddressNil *Address
}
Click to show internal directories.
Click to hide internal directories.