This commit is contained in:
2024-12-31 05:39:23 +01:00
parent 523a58cfec
commit a59a66dd71
6 changed files with 5 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
struct DeploymentStateDB{
secret ... //to encrypt symmetric

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
struct VMSpecs{

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
struct NodeQuery{

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
struct ZDBSpecs{

View File

@@ -1,12 +0,0 @@
{
"name": "herolib",
"version": "0.1.0",
"author": [
"despiegk <info@threefold.io>"
],
"repo": "https://github.com/herouniverse/herolib/herolib",
"sources": [
"https://vpkg-project.github.io/registry/src/"
],
"dependencies": []
}