Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexLogic ¶ added in v0.1.6
func NewIndexLogic ¶ added in v0.1.6
func NewIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IndexLogic
搜索租户信息
func (*IndexLogic) Index ¶ added in v0.1.6
func (l *IndexLogic) Index(req *types.TenantCoreIndexReq) (resp *types.TenantCoreIndexResp, err error)
type ReadLogic ¶
func NewReadLogic ¶
func NewReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReadLogic
func (*ReadLogic) Read ¶
func (l *ReadLogic) Read(req *types.WithIDOrCode) (resp *types.TenantCore, err error)
Click to show internal directories.
Click to hide internal directories.