Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MgoCRUD ¶
type MgoCRUD struct { TableName string PrimaryKey []string Model dbi.DbModel Session *MgoSession }
type MgoSession ¶
type MgoSession struct { Instance *mgo.Session // contains filtered or unexported fields }
func (*MgoSession) Close ¶
func (s *MgoSession) Close()
func (*MgoSession) DB ¶
func (s *MgoSession) DB() *mgo.Database
Click to show internal directories.
Click to hide internal directories.