node: handle statuses, added base ui

This commit is contained in:
ardocrat
2023-05-04 20:09:26 +03:00
parent b24a204d59
commit ba5cd82f4b
19 changed files with 751 additions and 454 deletions
+3 -2
View File
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
pub mod node;
mod node;
pub use self::node::start;
pub use self::node::Node;
pub use self::node::NodeState;