Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection struct { }
type DB ¶
type DB struct { Driver *mongo.Database Collections *Collection // contains filtered or unexported fields }
func (*DB) NewRepository ¶
func (db *DB) NewRepository() (*repotypes.Repository, error)
Click to show internal directories.
Click to hide internal directories.