Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteNewsLogic ¶
func NewDeleteNewsLogic ¶
func NewDeleteNewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteNewsLogic
func (*DeleteNewsLogic) DeleteNews ¶
func (l *DeleteNewsLogic) DeleteNews(req *types.DeleteNewsReq) (resp *types.DeleteNewsResp, err error)
type DeleteNoticeLogic ¶
func NewDeleteNoticeLogic ¶
func NewDeleteNoticeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteNoticeLogic
func (*DeleteNoticeLogic) DeleteNotice ¶
func (l *DeleteNoticeLogic) DeleteNotice(req *types.DeleteNoticeReq) (resp *types.DeleteNoticeResp, err error)
type GetAdminsLogic ¶
func NewGetAdminsLogic ¶
func NewGetAdminsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAdminsLogic
func (*GetAdminsLogic) GetAdmins ¶
func (l *GetAdminsLogic) GetAdmins(req *types.GetAdminsReq) (resp *types.GetAdminsResp, err error)
type GetNewsLogic ¶
func NewGetNewsLogic ¶
func NewGetNewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNewsLogic
func (*GetNewsLogic) GetNews ¶
func (l *GetNewsLogic) GetNews(req *types.GetNewsReq) (resp *types.GetNewsResp, err error)
type GetNoticesLogic ¶
func NewGetNoticesLogic ¶
func NewGetNoticesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNoticesLogic
func (*GetNoticesLogic) GetNotices ¶
func (l *GetNoticesLogic) GetNotices(req *types.GetNoticesReq) (resp *types.GetNoticesResp, err error)
type NewNewsLogic ¶
func NewNewNewsLogic ¶
func NewNewNewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NewNewsLogic
func (*NewNewsLogic) NewNews ¶
func (l *NewNewsLogic) NewNews(req *types.NewNewsReq) (resp *types.NewNewsResp, err error)
type NewNoticeLogic ¶
func NewNewNoticeLogic ¶
func NewNewNoticeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NewNoticeLogic
func (*NewNoticeLogic) NewNotice ¶
func (l *NewNoticeLogic) NewNotice(req *types.NewNoticeReq) (resp *types.NewNoticeResp, err error)
Click to show internal directories.
Click to hide internal directories.