Files
herolib/examples/threefold/grid/webgw_example.vsh
2025-01-31 15:39:44 +03:00

11 lines
234 B
GLSL

#!/usr/bin/env -S v -n -w -gc none -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 {
}