Versions in this module Expand all Collapse all v0 v0.10.7 Oct 9, 2024 v0.10.6 Oct 6, 2024 Changes in this version + type SchemaManageServer struct + func NewSchemaManageServer(svcCtx *svc.ServiceContext) *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)