gotsrpc/example/nullable/gotsrpc.yml
2022-02-17 14:22:15 +01:00

19 lines
392 B
YAML

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