Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTplLogic ¶
func NewAddTplLogic ¶
func NewAddTplLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddTplLogic
func (*AddTplLogic) AddTpl ¶
func (l *AddTplLogic) AddTpl(req *types.TplAddReq) (resp *types.TplAddResp, err error)
type DelTplLogic ¶
func NewDelTplLogic ¶
func NewDelTplLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DelTplLogic
func (*DelTplLogic) DelTpl ¶
func (l *DelTplLogic) DelTpl(req *types.TplDelReq) (resp *types.TplDelResp, err error)
type TplInfoLogic ¶
func NewTplInfoLogic ¶
func NewTplInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *TplInfoLogic
func (*TplInfoLogic) TplInfo ¶
func (l *TplInfoLogic) TplInfo(req *types.TplInfoReq) (resp *types.TplInfoResp, err error)
type TplLsLogic ¶
func NewTplLsLogic ¶
func NewTplLsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *TplLsLogic
type UdTplLogic ¶
func NewUdTplLogic ¶
func NewUdTplLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UdTplLogic
Click to show internal directories.
Click to hide internal directories.