跳到主要内容
版本:Next

@midwayjs/faas

Index

Type Aliases

FaaSMiddleware

FaaSMiddleware: (context: Context, next: () => Promise<any>) => any | string
@deprecated

IMidwayFaaSApplication

IMidwayFaaSApplication: IMidwayApplication<Context, { generateMiddleware: any; getEventMiddleware: any; getFunctionName: any; getFunctionServiceName: any; getInitializeContext: any; getServerlessInstance: any; invokeTriggerFunction: any; use: any; useEventMiddleware: any }> & ServerlessHttpApplication

NextFunction

NextFunction: BaseNextFunction