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 + func CheckAffordance(po *relationDB.DmSchemaCore) error + func ToCommonSchemaPo(info *dm.CommonSchemaInfo) *relationDB.DmCommonSchema + func ToCommonSchemaRpc(info *relationDB.DmCommonSchema) *dm.CommonSchemaInfo + type CommonSchemaCreateLogic struct + PsDB *relationDB.CommonSchemaRepo + func NewCommonSchemaCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CommonSchemaCreateLogic + func (l *CommonSchemaCreateLogic) CommonSchemaCreate(in *dm.CommonSchemaCreateReq) (*dm.Empty, error) + type CommonSchemaDeleteLogic struct + PsDB *relationDB.CommonSchemaRepo + func NewCommonSchemaDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CommonSchemaDeleteLogic + func (l *CommonSchemaDeleteLogic) CommonSchemaDelete(in *dm.WithID) (*dm.Empty, error) + type CommonSchemaIndexLogic struct + PsDB *relationDB.CommonSchemaRepo + func NewCommonSchemaIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CommonSchemaIndexLogic + func (l *CommonSchemaIndexLogic) CommonSchemaIndex(in *dm.CommonSchemaIndexReq) (*dm.CommonSchemaIndexResp, error) + type CommonSchemaInitLogic struct + func NewCommonSchemaInitLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CommonSchemaInitLogic + func (l *CommonSchemaInitLogic) CommonSchemaInit(in *dm.Empty) (*dm.Empty, error) + type CommonSchemaUpdateLogic struct + PsDB *relationDB.CommonSchemaRepo + func NewCommonSchemaUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CommonSchemaUpdateLogic + func (l *CommonSchemaUpdateLogic) CommonSchemaUpdate(in *dm.CommonSchemaUpdateReq) (*dm.Empty, error)