model

package
v0.0.0-...-ee24a41 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Room

type Room struct {
	ID       bson.ObjectId `json:"accountid" bson:"_id"`
	Roomname string        `json:"roomname" bson:"roomname"`
	Capacity int           `json:"capacity" bson:"capacity"`
	Size     string        `json:"size" bson:"size"`
	When     time.Time     `json:"when" bson:"when"`
}

Jump to

Keyboard shortcuts

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