Files
herolib/examples/threefold/grid/webgw_example.vsh
2024-12-31 05:39:23 +01:00

19 lines
260 B
GLSL

#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
struct WebGWArgs{
deployment_name string
//...
}
//connect domain name, or exising to it
fn webgateway_rule_deploy(args_ WebGWArgs) []VMDeployed{
}