Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductModel ¶
type ProductModel struct {
C *mongo.Collection
}
func (*ProductModel) Delete ¶
func (m *ProductModel) Delete(id string) (*mongo.DeleteResult, error)
func (*ProductModel) Insert ¶
func (m *ProductModel) Insert(Product models.Product) (*mongo.InsertOneResult, error)
Click to show internal directories.
Click to hide internal directories.