Skip to main content

Module AirServiceTypesStub

Module AirServiceTypesStub 

Source
👎Deprecated: Use AirClient and AirServiceProvider instead
Expand description

Air-integration type stubs. Twenty children: one per request/response DTO, the placeholder AirClientType::Struct, and the DEFAULT_AIR_SERVER_ADDRESS::Const server-address constant. Every AirClientType::Struct method returns “feature not implemented” until the real AirLibrary client lands behind --features AirIntegration.

TODO: zero callers as of 2026-05-02; remove this entire module when the live Air client is wired in.

Modules§

AirClientTypeDeprecated
Stub AirClient type used while the AirIntegration feature is off. Every method returns the same “feature not implemented” error.
AirMetricsProtoDTODeprecated
Inner metrics payload for MetricsResponse.
ApplyUpdateRequestDeprecated
ApplyUpdate request DTO.
ApplyUpdateResponseDeprecated
ApplyUpdate response DTO.
AuthenticationRequestDeprecated
AuthenticateUser request DTO.
AuthenticationResponseDeprecated
AuthenticateUser response DTO.
DEFAULT_AIR_SERVER_ADDRESSDeprecated
Default Air-server address (127.0.0.1:50051).
DownloadFileResponseDeprecated
DownloadFile response DTO.
DownloadRequestDeprecated
DownloadFile request DTO.
FileResultProtoDTODeprecated
Single file result inside SearchFilesResponse.
IndexFilesResponseDeprecated
IndexFiles response DTO.
IndexRequestDeprecated
IndexFiles request DTO.
MetricsRequestDeprecated
GetMetrics request DTO.
MetricsResponseDeprecated
GetMetrics response DTO.
SearchFilesResponseDeprecated
SearchFiles response DTO.
SearchRequestDeprecated
SearchFiles request DTO.
StatusRequestDeprecated
GetStatus request DTO.
StatusResponseDeprecated
GetStatus response DTO. Carries uptime, request counts, health flag.
UpdateCheckRequestDeprecated
CheckForUpdates request DTO.
UpdateCheckResponseDeprecated
CheckForUpdates response DTO.