gotsrpc/example/time/gotsrpc.yml
Kevin Franklin Kim 82b98a0908
fix: module path
2024-11-08 14:24:06 +01:00

21 lines
427 B
YAML

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