Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTenantLogic ¶
func NewCreateTenantLogic ¶
func NewCreateTenantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateTenantLogic
func (*CreateTenantLogic) CreateTenant ¶
func (l *CreateTenantLogic) CreateTenant(in *pb.CreateTenantReq) (*pb.BaseResp, error)
type DeleteTenantLogic ¶
func NewDeleteTenantLogic ¶
func NewDeleteTenantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTenantLogic
func (*DeleteTenantLogic) DeleteTenant ¶
type GetTenantListLogic ¶
func NewGetTenantListLogic ¶
func NewGetTenantListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTenantListLogic
func (*GetTenantListLogic) GetTenantList ¶
func (l *GetTenantListLogic) GetTenantList(in *pb.IDReq) (*pb.GetTeantListResp, error)
type GetTenantLogic ¶
func NewGetTenantLogic ¶
func NewGetTenantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTenantLogic
func (*GetTenantLogic) GetTenant ¶
func (l *GetTenantLogic) GetTenant(in *pb.IDReq) (*pb.GetTenantResp, error)
type GrantMenuToRoleLogic ¶
func NewGrantMenuToRoleLogic ¶
func NewGrantMenuToRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GrantMenuToRoleLogic
func (*GrantMenuToRoleLogic) GrantMenuToRole ¶
func (l *GrantMenuToRoleLogic) GrantMenuToRole(in *pb.GrantMenusToRoleReq) (*pb.BaseResp, error)
type UpdateTenantLogic ¶
func NewUpdateTenantLogic ¶
func NewUpdateTenantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTenantLogic
func (*UpdateTenantLogic) UpdateTenant ¶
func (l *UpdateTenantLogic) UpdateTenant(in *pb.UpdateTenantReq) (*pb.BaseResp, error)
type UpdateTenantPeriodLogic ¶
func NewUpdateTenantPeriodLogic ¶
func NewUpdateTenantPeriodLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTenantPeriodLogic
func (*UpdateTenantPeriodLogic) UpdateTenantPeriod ¶
func (l *UpdateTenantPeriodLogic) UpdateTenantPeriod(in *pb.UpdatePeriodReq) (*pb.BaseResp, error)
type UpdateTenantStatusLogic ¶
func NewUpdateTenantStatusLogic ¶
func NewUpdateTenantStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTenantStatusLogic
func (*UpdateTenantStatusLogic) UpdateTenantStatus ¶
func (l *UpdateTenantStatusLogic) UpdateTenantStatus(in *pb.UpdateStatusReq) (*pb.BaseResp, error)
Click to show internal directories.
Click to hide internal directories.