apilogic

package
v0.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2023 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiCreateLogic

type ApiCreateLogic struct {
	logx.Logger
	AiDB *relationDB.ApiInfoRepo
	// contains filtered or unexported fields
}

func NewApiCreateLogic

func NewApiCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ApiCreateLogic

func (*ApiCreateLogic) ApiCreate

func (l *ApiCreateLogic) ApiCreate(in *sys.ApiCreateReq) (*sys.Response, error)

type ApiDeleteLogic

type ApiDeleteLogic struct {
	logx.Logger
	AiDB *relationDB.ApiInfoRepo
	// contains filtered or unexported fields
}

func NewApiDeleteLogic

func NewApiDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ApiDeleteLogic

func (*ApiDeleteLogic) ApiDelete

func (l *ApiDeleteLogic) ApiDelete(in *sys.ApiDeleteReq) (*sys.Response, error)

type ApiIndexLogic

type ApiIndexLogic struct {
	logx.Logger
	AiDB *relationDB.ApiInfoRepo
	// contains filtered or unexported fields
}

func NewApiIndexLogic

func NewApiIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ApiIndexLogic

func (*ApiIndexLogic) ApiIndex

func (l *ApiIndexLogic) ApiIndex(in *sys.ApiIndexReq) (*sys.ApiIndexResp, error)

type ApiUpdateLogic

type ApiUpdateLogic struct {
	logx.Logger
	AiDB *relationDB.ApiInfoRepo
	// contains filtered or unexported fields
}

func NewApiUpdateLogic

func NewApiUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ApiUpdateLogic

func (*ApiUpdateLogic) ApiUpdate

func (l *ApiUpdateLogic) ApiUpdate(in *sys.ApiUpdateReq) (*sys.Response, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL