mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-08-15 14:20:24 +00:00
20 lines
487 B
YAML
20 lines
487 B
YAML
# yaml-language-server: $schema=../../gotsrpc.schema.json
|
|
module:
|
|
name: github.com/foomo/gotsrpc/v3
|
|
path: ../../
|
|
|
|
targets:
|
|
errors:
|
|
services:
|
|
/service: Service
|
|
package: github.com/foomo/gotsrpc/v3/tests/errors/server
|
|
out: ./client/client.ts
|
|
tsrpc: [ Service ]
|
|
|
|
mappings:
|
|
github.com/foomo/gotsrpc/v3/tests/errors/server:
|
|
out: ./client/vo.ts
|
|
github.com/foomo/gotsrpc/v3:
|
|
out: ./client/vo-gotsrpc.ts
|
|
structs: [ github.com/foomo/gotsrpc/v3.Error ]
|