Files
gotsrpc/example/context/gotsrpc.yml
Kevin Franklin Kim aa5638fcfd fix: custom errors
2025-11-07 10:30:56 +01:00

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