-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(daemon): configuration of extensions must be inline (#243)
`serde_yaml` consistently failed to deserialise the configuration of Zenoh-Flow when the extensions were declared in another file. This commit removes the possibility of declaring the extensions in another file. * zenoh-flow-daemon/src/daemon/configuration.rs: - removed the `ExtensionsConfiguration` enum, - removed the associated tests, * zenoh-flow-daemon/src/daemon/mod.rs: - updated the code due to the removal of the `ExtensionsConfiguration` enum. Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
- Loading branch information
Showing
2 changed files
with
4 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters