mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
load real toolbx information on startup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
use std::{iter::zip, process::Command, sync::Arc, fmt::Result, string::ParseError};
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, Default)]
|
||||
pub struct ToolbxContainer {
|
||||
id: String,
|
||||
name: String,
|
||||
created: String,
|
||||
status: String,
|
||||
image: String,
|
||||
pub id: String,
|
||||
pub name: String,
|
||||
pub created: String,
|
||||
pub status: String,
|
||||
pub image: String,
|
||||
}
|
||||
|
||||
impl ToolbxContainer {
|
||||
|
||||
Reference in New Issue
Block a user