mongo

package
v0.0.0-...-323dbff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRepository

func NewRepository(c *mongo.Client) repo.Repository

Types

type Item

type Item struct {
	ProductId string  `bson:"product_id"`
	Name      string  `bson:"name"`
	Brand     string  `bson:"brand"`
	Price     float32 `bson:"price"`
	Image     string  `bson:"image"`
	Active    bool    `bson:"active"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL