Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateApiLogic ¶
func NewCreateApiLogic ¶
func NewCreateApiLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateApiLogic
func (*CreateApiLogic) CreateApi ¶
func (l *CreateApiLogic) CreateApi(in *core.ApiInfo) (*core.BaseIDResp, error)
type DeleteApiLogic ¶
func NewDeleteApiLogic ¶
func NewDeleteApiLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteApiLogic
type GetApiByIdLogic ¶
func NewGetApiByIdLogic ¶
func NewGetApiByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetApiByIdLogic
func (*GetApiByIdLogic) GetApiById ¶
type GetApiListLogic ¶
func NewGetApiListLogic ¶
func NewGetApiListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetApiListLogic
func (*GetApiListLogic) GetApiList ¶
func (l *GetApiListLogic) GetApiList(in *core.ApiListReq) (*core.ApiListResp, error)
type UpdateApiLogic ¶
func NewUpdateApiLogic ¶
func NewUpdateApiLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateApiLogic
Click to show internal directories.
Click to hide internal directories.