Documentation ¶
Index ¶
- type SchemaManageServer
- func (s *SchemaManageServer) CommonSchemaCreate(ctx context.Context, in *dm.CommonSchemaCreateReq) (*dm.Empty, error)
- func (s *SchemaManageServer) CommonSchemaDelete(ctx context.Context, in *dm.WithID) (*dm.Empty, error)
- func (s *SchemaManageServer) CommonSchemaIndex(ctx context.Context, in *dm.CommonSchemaIndexReq) (*dm.CommonSchemaIndexResp, error)
- func (s *SchemaManageServer) CommonSchemaInit(ctx context.Context, in *dm.Empty) (*dm.Empty, error)
- func (s *SchemaManageServer) CommonSchemaUpdate(ctx context.Context, in *dm.CommonSchemaUpdateReq) (*dm.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaManageServer ¶
type SchemaManageServer struct { dm.UnimplementedSchemaManageServer // contains filtered or unexported fields }
func NewSchemaManageServer ¶
func NewSchemaManageServer(svcCtx *svc.ServiceContext) *SchemaManageServer
func (*SchemaManageServer) CommonSchemaCreate ¶
func (s *SchemaManageServer) CommonSchemaCreate(ctx context.Context, in *dm.CommonSchemaCreateReq) (*dm.Empty, error)
新增产品
func (*SchemaManageServer) CommonSchemaDelete ¶
func (s *SchemaManageServer) CommonSchemaDelete(ctx context.Context, in *dm.WithID) (*dm.Empty, error)
删除产品
func (*SchemaManageServer) CommonSchemaIndex ¶
func (s *SchemaManageServer) CommonSchemaIndex(ctx context.Context, in *dm.CommonSchemaIndexReq) (*dm.CommonSchemaIndexResp, error)
获取产品信息列表
func (*SchemaManageServer) CommonSchemaInit ¶
func (*SchemaManageServer) CommonSchemaUpdate ¶
func (s *SchemaManageServer) CommonSchemaUpdate(ctx context.Context, in *dm.CommonSchemaUpdateReq) (*dm.Empty, error)
更新产品物模型
Click to show internal directories.
Click to hide internal directories.