mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-06-28 22:00:03 +00:00
24 lines
562 B
YAML
24 lines
562 B
YAML
# yaml-language-server: $schema=../../gotsrpc.schema.json
|
|
module:
|
|
name: github.com/foomo/gotsrpc/v2
|
|
path: ../../
|
|
|
|
targets:
|
|
context:
|
|
services:
|
|
/service: Service
|
|
package: github.com/foomo/gotsrpc/v2/example/context/service
|
|
out: ./client/src/service-client.ts
|
|
gorpc:
|
|
- Service
|
|
tsrpc:
|
|
- Service
|
|
|
|
mappings:
|
|
github.com/foomo/gotsrpc/v2/example/context/service:
|
|
out: ./client/src/service-vo.ts
|
|
github.com/foomo/gotsrpc/v2:
|
|
out: ./client/src/service-error.ts
|
|
structs:
|
|
- github.com/foomo/gotsrpc/v2.Error
|