taolib.testing.config_center.server.app#
FastAPI 应用工厂模块。
创建和配置 FastAPI 应用实例。
Functions#
|
应用生命周期管理。 |
|
初始化系统角色。 |
|
创建 FastAPI 应用实例。 |
Module Contents#
- async taolib.testing.config_center.server.app.lifespan(app: fastapi.FastAPI) collections.abc.AsyncGenerator[None]#
应用生命周期管理。
- taolib.testing.config_center.server.app.create_app() fastapi.FastAPI#
创建 FastAPI 应用实例。