dtos

DTOs for the system domain.

System domain DTOS.

class byte_bot.server.domain.system.dtos.SystemHealth(database_status: Literal['online', 'offline', 'degraded'], byte_status: Literal['online', 'offline', 'degraded'], overall_status: Literal['healthy', 'offline', 'degraded'], app: str = 'Byte Bot', version: str = '')[source]

Bases: object

System Health.

__init__(database_status: Literal['online', 'offline', 'degraded'], byte_status: Literal['online', 'offline', 'degraded'], overall_status: Literal['healthy', 'offline', 'degraded'], app: str = 'Byte Bot', version: str = '') None
byte_bot.server.domain.system.dtos.SystemHealthDTO

alias of SystemHealth, DTOConfig(exclude=set(), include=set(), rename_fields={}, rename_strategy='camel', max_nested_depth=2, partial=False, underscore_fields_private=True, experimental_codegen_backend=None, forbid_unknown_fields=False)]]