package
0.0.0-20201206181251-5ae7496d79a3
Repository: https://github.com/byteball/odex-backend.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewAccountDao returns a new instance of AccountDao.
NewOrderDao returns a new instance of OrderDao.
NewPairDao returns a new instance of PairDao.
No description provided by the author
No description provided by the author
No description provided by the author
NewTokenDao returns a new instance of TokenDao.
NewTradeDao returns a new instance of TradeDao.
No description provided by the author
No description provided by the author

# Structs

AccountDao contains: collectionName: MongoDB collection name dbName: name of mongodb to interact with.
Database struct contains the pointer to mgo.session It is a wrapper over mgo to help utilize mgo connection pool.
OrderDao contains: collectionName: MongoDB collection name dbName: name of mongodb to interact with.
PairDao contains: collectionName: MongoDB collection name dbName: name of mongodb to interact with.
TokenDao contains: collectionName: MongoDB collection name dbName: name of mongodb to interact with.
TradeDao contains: collectionName: MongoDB collection name dbName: name of mongodb to interact with.

# Type aliases

No description provided by the author
No description provided by the author