Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewData, NewMongo, NewCartRepo)
ProviderSet is data providers.
Functions ¶
Types ¶
type CartSchema ¶
type CartSchema struct { UserId int64 `bson:"uid"` Items []ItemSchema `bson:"items"` }
CartSchema mongodb 数据库结构定义
type ItemSchema ¶
Click to show internal directories.
Click to hide internal directories.