Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tab ¶
type Tab struct { ID primitive.ObjectID `json:"_id,omitempty" bson:"_id,omitempty"` Active bool `json:"active,omitempty" bson:"active,omitempty"` Number int `json:"number,omitempty" bson:"number,omitempty"` TimeOpened time.Time `json:"timeopened,omitempty" bson:"timeopened,omitempty"` Table int8 `json:"table,omitempty" bson:"table,omitempty"` Orders []orders.Order `json:"orders,omitempty" bson:"orders,omitempty"` }
Tab relational struct
Click to show internal directories.
Click to hide internal directories.