Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Abstraction for Container #2

Open
ArkashaJavelin opened this issue Aug 19, 2022 · 0 comments
Open

Create Abstraction for Container #2

ArkashaJavelin opened this issue Aug 19, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@ArkashaJavelin
Copy link
Owner

ArkashaJavelin commented Aug 19, 2022

Like

enum ContainerState {
   State = "RUNNING" || "STOPPED";
}

enum ContainerType {
   Type = "VIRTUAL-MACHINE" || "CONTAINER";
}

struct LinContainer {
   name: static 'str,
   state: ContainerState::State,
   ipv4: Option<static 'str>,
   ipv6: static 'str,
   type: ContainerType::Type,
   snapshots: u32
}
@ArkashaJavelin ArkashaJavelin added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 19, 2022
@ArkashaJavelin ArkashaJavelin self-assigned this Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant