Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSelectQuery ¶
type DataSelectQuery struct { Filter *FilterQuery Paginate *PaginateQuery }
DataSelectQuery 定义过滤和分页的结构体,过滤:Name 分页:Limit和Page
type DeleteNamespaceLogic ¶
func NewDeleteNamespaceLogic ¶
func NewDeleteNamespaceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteNamespaceLogic
func (*DeleteNamespaceLogic) DeleteNamespace ¶
func (l *DeleteNamespaceLogic) DeleteNamespace(in *core.DeleteNamespaceReq) (*core.DeleteNamespaceResp, error)
type GetNamespaceDetailLogic ¶
func NewGetNamespaceDetailLogic ¶
func NewGetNamespaceDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNamespaceDetailLogic
func (*GetNamespaceDetailLogic) GetNamespaceDetail ¶
func (l *GetNamespaceDetailLogic) GetNamespaceDetail(in *core.GetNamespaceDetailReq) (*core.GetNamespaceDetailResp, error)
type GetNamespacesLogic ¶
func NewGetNamespacesLogic ¶
func NewGetNamespacesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNamespacesLogic
func (*GetNamespacesLogic) GetNamespaces ¶
func (l *GetNamespacesLogic) GetNamespaces(in *core.GetNamespacesReq) (*core.GetNamespacesResp, error)
type PaginateQuery ¶
分页:Limit和Page Limit是单页的数据条数,Page是第几页
Click to show internal directories.
Click to hide internal directories.