[YUKARI] Initialise

This commit is contained in:
Kat Inskip 2023-04-24 19:13:15 -07:00
parent 572dd0e4db
commit aa266cc383
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
28 changed files with 877 additions and 614 deletions

View file

@ -32,13 +32,15 @@ func main() {
}
for name, machine := range store.Machines {
err = machine.Handle(ctx, name)
if err != nil {
return err
}
}
err = iac.InskipPage(ctx)
if err != nil {
return err
}
return err
})
}