zones: WIP

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-21 17:51:44 +00:00
parent a3f8e2fee3
commit 44ea514e15
3 changed files with 75 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package zones
// A Machine is a machine on a Zone
type Machine struct {
zone *Zone
name string
}