Files

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 ]