Versions in this module Expand all Collapse all v0 v0.1.1 Mar 13, 2020 Changes in this version + type AddAuthReq struct + Name string + Password string + Role string + type AddAuthResp struct + type AddProductsReq struct + Brand string + Name string + Price float64 + SaleCount int + Score float64 + StoreID string + type AddProductsResp struct + ProductID string + type AddRecordReq struct + ProID string + Query string + Status int + UserID string + type AddRecordResp struct + RecordID int + type AddStoresReq struct + Name string + StoreCity string + StoreLevel float64 + StoreName string + type AddStoresResp struct + StoreID string + type AddUsersReq struct + City string + Gender int + Historysum float64 + Name string + UserAge int + UserName string + type AddUsersResp struct + UserID string + type DeleteProductsReq struct + ID string + type DeleteProductsResp struct + ProductID int + type DeleteStoresReq struct + Name string + StoreID string + type DeleteStoresResp struct + StoreID int + type DeleteUsersReq struct + Name string + UserID string + type DeleteUsersResp struct + UserID string + type GetBasicReq struct + type GetBasicResp struct + type GetProductsByPageReq struct + PageNum int + PageSize int + StoreID string + type GetProductsReq struct + StoreID string + type GetProductsResp struct + List []model.TProduct + type GetRecommendReq struct + PageNum int + PageSize int + Query string + UserID string + type GetRecommendResp struct + List []model.TProduct + type GetRecordsReq struct + ProductID string + UserID string + type GetRecordsResp struct + List []model.TRecord + type GetStoresByPageReq struct + PageNum int + PageSize int + type GetStoresReq struct + StoreID int + type GetStoresResp struct + List []model.TStores + type GetUsersByPageReq struct + PageNum int + PageSize int + type GetUsersReq struct + UserID int + type GetUsersResp struct + List []model.TUser + type StdResp struct + ErrorCode int64 + ErrorMsg string + RequestID string + type UpdateProductsReq struct + Brand string + ID string + Name string + Price float64 + SaleCount int + Score float64 + StoreID string + type UpdateProductsResp struct + ProductID int + type UpdateStoresReq struct + StoreCity string + StoreID string + StoreLevel float64 + StoreName string + type UpdateStoresResp struct + StoreID int + type UpdateUsersReq struct + City string + Gender int + Historysum float64 + UserAge int + UserID string + UserName string + type UpdateUsersResp struct + UserID string v0.0.1 Dec 6, 2019