Features
Docs
CLI
Benchmarks
Examples
GitHub

© 2024 MoroJs

@morojs/moro


@morojs/moro / ServiceInfo

Interface: ServiceInfo

Defined in: src/core/networking/service-discovery.ts:5

Properties

health?

optional health: string

Defined in: src/core/networking/service-discovery.ts:9


host

host: string

Defined in: src/core/networking/service-discovery.ts:7


metadata?

optional metadata: Record<string, any>

Defined in: src/core/networking/service-discovery.ts:12


name

name: string

Defined in: src/core/networking/service-discovery.ts:6


port

port: number

Defined in: src/core/networking/service-discovery.ts:8


tags?

optional tags: string[]

Defined in: src/core/networking/service-discovery.ts:11


version?

optional version: string

Defined in: src/core/networking/service-discovery.ts:10