3 Commits

Author SHA1 Message Date
Fabiana Cecin
1c52588756
chore: remove the fleet mode enum value
* MessagingMode (Edge, Core) replaces LogosDeliveryMode
* "fleet" is a JSON string; it routes to the kernel-only constructor
* applyMode can no longer fail; drop its Result
* parseMode is gone; one case owns the three mode strings
* LogosDelivery.new and LogosDeliveryConf.init take MessagingMode
2026-07-09 20:51:05 -03:00
Fabiana Cecin
a26da34557
chore: move conf types to api/conf
* move MessagingClientConf to api/conf/messaging_conf
* move ReliableChannelManagerConf to new api/conf/channels_conf
* impl modules now import their conf module, not the reverse
* logos_delivery_conf uses channels_conf, not reliable_channel_manager
* cleanup import lists
2026-07-09 18:48:21 -03:00
Fabiana Cecin
9f2a1c89ff
Move api config modules to api/conf/ (#4022)
Move api config modules to api/conf/
2026-07-09 18:14:37 -03:00