Skip to content

feat(idl-v2): improve base services routing using message header interface_id #1185

@vobradovich

Description

@vobradovich

File Location(s)

No response

Proposal

Use message header interface_id to match base service and then call .into()
Instead of

 impl From<DogService> for (WalkerService, MammalService)

use

 impl From<DogService> for WalkerService
 impl From<DogService> for MammalService

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions