Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Person ¶
type Person struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"` Lastname string `bson:"lastname,omitempty" json:"lastname,omitempty"` Firstname string `bson:"firstname,omitempty" json:"firstname,omitempty"` Age int `bson:"age,omitempty" json:"age"` }
Person is person
type Scout ¶
type Scout struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"` Lastname string `bson:"lastname,omitempty" json:"lastname,omitempty"` Firstname string `bson:"firstname,omitempty" json:"firstname,omitempty"` Rank string `bson:"rank,omitempty" json:"rank,omitempty"` Den int32 `bson:"den,omitempty" json:"den,omitempty"` Address string `bson:"address,omitempty" json:"address,omitempty"` Parents string `bson:"parents,omitempty" json:"parents,omitempty"` Phone string `bson:"phone,omitempty" json:"phone,omitempty"` Email string `bson:"email,omitempty" json:"email,omitempty"` }
Scout is scout
Click to show internal directories.
Click to hide internal directories.