Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoOperation ¶
type Repository ¶
type Repository interface { Insert(operation MongoOperation) error Ping() error GetAll(operation MongoOperation, data interface{}) error }
func Repo ¶
func Repo() Repository
Click to show internal directories.
Click to hide internal directories.