Documentation ¶ Index ¶ type Foos type FoosHas Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Foos ¶ type Foos struct { Id int `sqlx:"ID,primaryKey"` Name *string `sqlx:"NAME" json:",omitempty"` Quantity *int `sqlx:"QUANTITY" json:",omitempty"` Has *FoosHas `setMarker:"true" typeName:"FoosHas" json:"-" sqlx:"-"` } type FoosHas ¶ type FoosHas struct { Id bool Name bool Quantity bool } Source Files ¶ View all Source files foos.go Click to show internal directories. Click to hide internal directories.