package
Version:
v1.2.8
Opens a new window with list of versions in this module.
Published: Jun 13, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Table2 struct {
ID string `bson:"_id" json:"id"`
Name string `bson:"name" json:"name"`
Ref *mongo.Foreign[Table3] `bson:"ref" json:"ref" ref:"def"`
}
type Table3 struct {
ID string `bson:"_id" json:"id"`
Txt string `bson:"txt" json:"txt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.