gotsrpc/example/union/gotsrpc.yml
2022-03-03 07:46:55 +01:00

17 lines
356 B
YAML

module:
name: github.com/foomo/gotsrpc/v2/example/union
path: ./
targets:
union:
services:
/service: Service
package: github.com/foomo/gotsrpc/v2/example/union/service
out: ./client/src/service-client.ts
tsrpc:
- Service
mappings:
github.com/foomo/gotsrpc/v2/example/union/service:
out: ./client/src/service-vo.ts