start working on register

This commit is contained in:
bitfl0wer 2023-04-16 23:03:24 +02:00
parent 3be962146b
commit dc5cd09091
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1,7 @@
pub mod register {} pub mod register {
use crate::instance::Instance;
impl Instance {
pub fn register() {}
}
}

View File

@ -1 +1,2 @@
#[derive(Debug)]
pub struct Gateway {} pub struct Gateway {}