* Domain configuration
| 12 | * Domain configuration |
| 13 | */ |
| 14 | interface DomainConfig { |
| 15 | serviceName: string; |
| 16 | port: number; |
| 17 | path?: string; |
| 18 | host?: string; |
| 19 | } |
| 20 | |
| 21 | /** |
| 22 | * Mount configuration |
nothing calls this directly
no outgoing calls
no test coverage detected