Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiLayerStruct ¶
type MultiLayerStruct struct {
Name string `gomysql:"name,primary,unique"`
Layer1 MultiLayerStructEmbeddedStruct `gomysql:"layer1"`
Layer2 MultiLayerStructEmbeddedStruct `gomysql:"layer2"`
PointerLayer1 *MultiLayerStructEmbeddedStruct `gomysql:"pointer_layer1"`
PointerLayer2 *MultiLayerStructEmbeddedStruct `gomysql:"pointer_layer2"`
}
Click to show internal directories.
Click to hide internal directories.