Versions in this module Expand all Collapse all v0 v0.0.1 May 9, 2024 Changes in this version + type DictAddLogic struct + func NewDictAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) DictAddLogic + func (l *DictAddLogic) DictAdd(req types.AddDictReq) (*types.AddDictResp, error) + type DictDeleteLogic struct + func NewDictDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) DictDeleteLogic + func (l *DictDeleteLogic) DictDelete(req types.DeleteDictReq) (*types.DeleteDictResp, error) + type DictListLogic struct + func NewDictListLogic(ctx context.Context, svcCtx *svc.ServiceContext) DictListLogic + func (l *DictListLogic) DictList(req types.ListDictReq) (*types.ListDictResp, error) + type DictUpdateLogic struct + func NewDictUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) DictUpdateLogic + func (l *DictUpdateLogic) DictUpdate(req types.UpdateDictReq) (*types.UpdateDictResp, error)