adding #Address back to the engine schema

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-12-16 13:02:09 -07:00
parent ba91f15cc7
commit 8ce33f63e4

View File

@@ -0,0 +1,4 @@
package engine
// A network service address
#Address: string & =~"^(tcp://|unix://|udp://).*"