Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MenuInfoToPb ¶
func MenuInfoToPb(ui *mysql.SysMenuInfo) *sys.MenuData
Types ¶
type MenuCreateLogic ¶
func NewMenuCreateLogic ¶
func NewMenuCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MenuCreateLogic
func (*MenuCreateLogic) MenuCreate ¶
func (l *MenuCreateLogic) MenuCreate(in *sys.MenuCreateReq) (*sys.Response, error)
type MenuDeleteLogic ¶
func NewMenuDeleteLogic ¶
func NewMenuDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MenuDeleteLogic
func (*MenuDeleteLogic) MenuDelete ¶
func (l *MenuDeleteLogic) MenuDelete(in *sys.MenuDeleteReq) (*sys.Response, error)
type MenuIndexLogic ¶
func NewMenuIndexLogic ¶
func NewMenuIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MenuIndexLogic
func (*MenuIndexLogic) MenuIndex ¶
func (l *MenuIndexLogic) MenuIndex(in *sys.MenuIndexReq) (*sys.MenuIndexResp, error)
type MenuUpdateLogic ¶
func NewMenuUpdateLogic ¶
func NewMenuUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MenuUpdateLogic
func (*MenuUpdateLogic) MenuUpdate ¶
func (l *MenuUpdateLogic) MenuUpdate(in *sys.MenuUpdateReq) (*sys.Response, error)
Click to show internal directories.
Click to hide internal directories.