| 170 | |
| 171 | |
| 172 | class DaemonEnvResponse(_msgspec.Struct, tag="daemon_env"): |
| 173 | env_names: list[str] |
| 174 | settings_env_names: list[str] |
| 175 | db_path_mappings: list[DbPathMappingEntry] = [] |
| 176 | host_path_mappings: list[DbPathMappingEntry] = [] |
| 177 | |
| 178 | |
| 179 | class ErrorResponse(_msgspec.Struct, tag="error"): |
no outgoing calls