Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityFunctionsLogic ¶
func NewEntityFunctionsLogic ¶
func NewEntityFunctionsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *EntityFunctionsLogic
获取实体关联的函数列表
func (*EntityFunctionsLogic) EntityFunctions ¶
func (l *EntityFunctionsLogic) EntityFunctions(req *types.EntityFunctionsRequest) (resp *types.EntityFunctionsResponse, err error)
type FunctionOpenAPISpecLogic ¶
func NewFunctionOpenAPISpecLogic ¶
func NewFunctionOpenAPISpecLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FunctionOpenAPISpecLogic
获取函数的 OpenAPI spec
func (*FunctionOpenAPISpecLogic) FunctionOpenAPISpec ¶
func (l *FunctionOpenAPISpecLogic) FunctionOpenAPISpec(req *types.OpenAPISpecRequest) (resp *types.OpenAPISpecResponse, err error)
type OpenAPIDocumentLogic ¶ added in v0.1.7
func NewOpenAPIDocumentLogic ¶ added in v0.1.7
func NewOpenAPIDocumentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OpenAPIDocumentLogic
func (*OpenAPIDocumentLogic) OpenAPIDocument ¶ added in v0.1.7
func (l *OpenAPIDocumentLogic) OpenAPIDocument(_ *types.OpenAPIDocumentRequest) (*types.OpenAPIDocumentResponse, error)
type OpenAPIImportLogic ¶
func NewOpenAPIImportLogic ¶
func NewOpenAPIImportLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OpenAPIImportLogic
导入 OpenAPI spec
func (*OpenAPIImportLogic) OpenAPIImport ¶
func (l *OpenAPIImportLogic) OpenAPIImport(req *types.OpenAPIImportRequest) (resp *types.OpenAPIImportResponse, err error)
Click to show internal directories.
Click to hide internal directories.