🎉 init
This commit is contained in:
commit
812c4adb15
16 changed files with 4631 additions and 0 deletions
8
src/api.rs
Normal file
8
src/api.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
use owl::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Deserialize, Serialize)]
|
||||
pub struct JoinParams {
|
||||
pub join_token: Option<String>,
|
||||
pub machine_id: String,
|
||||
pub hostname: String,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue