Files
herolib/examples/threefold/grid/webgw_example.vsh
2024-12-30 08:01:17 +01:00

18 lines
160 B
GLSL

struct WebGWArgs{
deployment_name string
//...
}
//connect domain name, or exising to it
fn webgateway_rule_deploy(args_ WebGWArgs) []VMDeployed{
}