start working on register

This commit is contained in:
bitfl0wer 2023-04-16 23:03:24 +02:00
parent 5e3fb77911
commit 0f424a9c53
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
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 {}