models

package
v0.0.0-...-807f60a Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2017 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Thing

type Thing struct {
	ID        bson.ObjectId `json:"id" bson:"_id"`
	GroupID   bson.ObjectId `json:"group_id" bson:"groupId"`
	Name      string        `json:"name" bson:"name"`
	MAC       string        `json:"mac" bson:"mac"`
	CreatedAt time.Time     `json:"created_at" bson:"createdAt"`
	UpdatedAt time.Time     `json:"updated_at" bson:"updatedAt"`
}

Thing represents a Db Thing element

Jump to

Keyboard shortcuts

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