mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
* Rename waku_api to rest_api and underlying rest to endpoint for clearity * Rename node/api to node/kernel_api to suggest that it is an internal accessor to node interface + make everything compile after renaming * make waku api a top level import * fix use of relative path imports and use default to root rather in case of waku and tools modules
9 lines
226 B
Nim
9 lines
226 B
Nim
import
|
|
./node/net_config,
|
|
./node/waku_switch as switch,
|
|
./node/waku_node as node,
|
|
./node/health_monitor as health_monitor,
|
|
./node/kernel_api as kernel_api
|
|
|
|
export net_config, switch, node, health_monitor, kernel_api
|