Documentation
¶
Index ¶
- type AccessAuthReq
- type DeviceInfo
- type DeviceInfoDeleteReq
- type DeviceInfoIndexReq
- type DeviceInfoIndexResp
- type DeviceInfoReadReq
- type GroupDeviceCreateReq
- type GroupDeviceDeleteReq
- type GroupDeviceIndexReq
- type GroupDeviceIndexResp
- type GroupInfo
- type GroupInfoCreateReq
- type GroupInfoDeleteReq
- type GroupInfoIndexReq
- type GroupInfoIndexResp
- type GroupInfoReadReq
- type GroupInfoUpdateReq
- type LoginAuthReq
- type PageInfo
- type ProductInfo
- type ProductInfoDeleteReq
- type ProductInfoIndexReq
- type ProductInfoIndexResp
- type ProductInfoReadReq
- type ProductManage
- type ProductSchemaCreateReq
- type ProductSchemaDeleteReq
- type ProductSchemaIndexReq
- type ProductSchemaIndexResp
- type ProductSchemaInfo
- type ProductSchemaTslImportReq
- type ProductSchemaTslReadReq
- type ProductSchemaTslReadResp
- type ProductSchemaUpdateReq
- type Response
- type RootCheckReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessAuthReq ¶
type AccessAuthReq = dm.AccessAuthReq
type DeviceInfo ¶
type DeviceInfo = dm.DeviceInfo
type DeviceInfoDeleteReq ¶
type DeviceInfoDeleteReq = dm.DeviceInfoDeleteReq
type DeviceInfoIndexReq ¶
type DeviceInfoIndexReq = dm.DeviceInfoIndexReq
type DeviceInfoIndexResp ¶
type DeviceInfoIndexResp = dm.DeviceInfoIndexResp
type DeviceInfoReadReq ¶
type DeviceInfoReadReq = dm.DeviceInfoReadReq
type GroupDeviceCreateReq ¶
type GroupDeviceCreateReq = dm.GroupDeviceCreateReq
type GroupDeviceDeleteReq ¶
type GroupDeviceDeleteReq = dm.GroupDeviceDeleteReq
type GroupDeviceIndexReq ¶
type GroupDeviceIndexReq = dm.GroupDeviceIndexReq
type GroupDeviceIndexResp ¶
type GroupDeviceIndexResp = dm.GroupDeviceIndexResp
type GroupInfoCreateReq ¶
type GroupInfoCreateReq = dm.GroupInfoCreateReq
type GroupInfoDeleteReq ¶
type GroupInfoDeleteReq = dm.GroupInfoDeleteReq
type GroupInfoIndexReq ¶
type GroupInfoIndexReq = dm.GroupInfoIndexReq
type GroupInfoIndexResp ¶
type GroupInfoIndexResp = dm.GroupInfoIndexResp
type GroupInfoReadReq ¶
type GroupInfoReadReq = dm.GroupInfoReadReq
type GroupInfoUpdateReq ¶
type GroupInfoUpdateReq = dm.GroupInfoUpdateReq
type LoginAuthReq ¶
type LoginAuthReq = dm.LoginAuthReq
type ProductInfo ¶
type ProductInfo = dm.ProductInfo
type ProductInfoDeleteReq ¶
type ProductInfoDeleteReq = dm.ProductInfoDeleteReq
type ProductInfoIndexReq ¶
type ProductInfoIndexReq = dm.ProductInfoIndexReq
type ProductInfoIndexResp ¶
type ProductInfoIndexResp = dm.ProductInfoIndexResp
type ProductInfoReadReq ¶
type ProductInfoReadReq = dm.ProductInfoReadReq
type ProductManage ¶
type ProductManage interface { // 新增产品 ProductInfoCreate(ctx context.Context, in *ProductInfo, opts ...grpc.CallOption) (*Response, error) // 更新产品 ProductInfoUpdate(ctx context.Context, in *ProductInfo, opts ...grpc.CallOption) (*Response, error) // 删除产品 ProductInfoDelete(ctx context.Context, in *ProductInfoDeleteReq, opts ...grpc.CallOption) (*Response, error) // 获取产品信息列表 ProductInfoIndex(ctx context.Context, in *ProductInfoIndexReq, opts ...grpc.CallOption) (*ProductInfoIndexResp, error) // 获取产品信息详情 ProductInfoRead(ctx context.Context, in *ProductInfoReadReq, opts ...grpc.CallOption) (*ProductInfo, error) // 更新产品物模型 ProductSchemaUpdate(ctx context.Context, in *ProductSchemaUpdateReq, opts ...grpc.CallOption) (*Response, error) // 新增产品 ProductSchemaCreate(ctx context.Context, in *ProductSchemaCreateReq, opts ...grpc.CallOption) (*Response, error) // 删除产品 ProductSchemaDelete(ctx context.Context, in *ProductSchemaDeleteReq, opts ...grpc.CallOption) (*Response, error) // 获取产品信息列表 ProductSchemaIndex(ctx context.Context, in *ProductSchemaIndexReq, opts ...grpc.CallOption) (*ProductSchemaIndexResp, error) // 删除产品 ProductSchemaTslImport(ctx context.Context, in *ProductSchemaTslImportReq, opts ...grpc.CallOption) (*Response, error) // 获取产品信息列表 ProductSchemaTslRead(ctx context.Context, in *ProductSchemaTslReadReq, opts ...grpc.CallOption) (*ProductSchemaTslReadResp, error) }
func NewDirectProductManage ¶
func NewDirectProductManage(svcCtx *svc.ServiceContext, svr dm.ProductManageServer) ProductManage
func NewProductManage ¶
func NewProductManage(cli zrpc.Client) ProductManage
type ProductSchemaCreateReq ¶
type ProductSchemaCreateReq = dm.ProductSchemaCreateReq
type ProductSchemaDeleteReq ¶
type ProductSchemaDeleteReq = dm.ProductSchemaDeleteReq
type ProductSchemaIndexReq ¶
type ProductSchemaIndexReq = dm.ProductSchemaIndexReq
type ProductSchemaIndexResp ¶
type ProductSchemaIndexResp = dm.ProductSchemaIndexResp
type ProductSchemaInfo ¶
type ProductSchemaInfo = dm.ProductSchemaInfo
type ProductSchemaTslImportReq ¶
type ProductSchemaTslImportReq = dm.ProductSchemaTslImportReq
type ProductSchemaTslReadReq ¶
type ProductSchemaTslReadReq = dm.ProductSchemaTslReadReq
type ProductSchemaTslReadResp ¶
type ProductSchemaTslReadResp = dm.ProductSchemaTslReadResp
type ProductSchemaUpdateReq ¶
type ProductSchemaUpdateReq = dm.ProductSchemaUpdateReq
type RootCheckReq ¶
type RootCheckReq = dm.RootCheckReq
Click to show internal directories.
Click to hide internal directories.