tabs

package
v0.0.0-...-cda5c7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2019 License: MIT Imports: 3 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL