mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
19 lines
395 B
YAML
19 lines
395 B
YAML
module:
|
|
name: github.com/foomo/gotsrpc/v2/example/nullable
|
|
path: ./
|
|
|
|
targets:
|
|
nullable:
|
|
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
|