taolib.testing.file_storage.server.app#

FastAPI 应用工厂模块。

创建和配置 FastAPI 应用实例。

Attributes#

Functions#

lifespan(→ collections.abc.AsyncGenerator[None])

应用生命周期管理。

create_app(→ fastapi.FastAPI)

创建 FastAPI 应用实例。

Module Contents#

taolib.testing.file_storage.server.app._thumbnail_generator = None#
taolib.testing.file_storage.server.app._thumbnail_generator#
async taolib.testing.file_storage.server.app.lifespan(app: fastapi.FastAPI) collections.abc.AsyncGenerator[None]#

应用生命周期管理。

taolib.testing.file_storage.server.app.create_app() fastapi.FastAPI#

创建 FastAPI 应用实例。