Mongo

package
v0.0.0-...-69b6420 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package Mongo. Mongo's models

Index

Constants

View Source
const (
	ColAnother = "anothermessages"
)

Collection Name in MongoDB.

Variables

View Source
var S *mgo.Session

Create a Session to Connect MongoDB Usage: 'Mongo.S.Clone()'

Functions

This section is empty.

Types

type ExampleModel

type ExampleModel struct {
	Id   bson.ObjectId `json:"_id" bson:"_id"`
	Name string        `json:"name" bson:"name"`
}

Jump to

Keyboard shortcuts

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