WIP: onboard API

This commit is contained in:
Daniel Lundin 2024-12-26 21:04:38 +01:00
parent 49372f0e58
commit f351c8615d
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
6 changed files with 178 additions and 0 deletions
controller/src

View file

@ -1,4 +1,5 @@
pub mod api;
pub mod context;
mod onboard;
mod version;