Documentation ¶
Index ¶
Constants ¶
View Source
const ( DBName = "dexy" FileName = "markets" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoMarkets ¶
type MongoMarkets struct {
// contains filtered or unexported fields
}
func NewMongoMarkets ¶
func NewMongoMarkets(connection string) (*MongoMarkets, error)
func (*MongoMarkets) GetMarkets ¶
func (*MongoMarkets) InsertMarkets ¶
func (m *MongoMarkets) InsertMarkets(markets []types.Market) error
Click to show internal directories.
Click to hide internal directories.